Html Css Color HEX #1A49EB Cerulean Blue

📋 copy color: '#1A49EB'

red 26 ◦ green 73 ◦ blue 235

#1A49EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #1A49EB

Tints of Cerulean Blue #1A49EB

RGB

 RED value IS 26 (10.55% from 255) = 7.78%

 GREEN value IS 73 (28.91% from 255) = 21.86%

 BLUE value IS 235 (92.19% from 255) = 70.36%

R = 7.78%
G = 21.86%
B = 70.36%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1A49EB (or 0x1A49EB) is known color: Cerulean Blue. HEX triplet: 1A, 49 and EB. RGB value is (26,73,235). Sum of RGB (Red+Green+Blue) = 26+73+235=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A49EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A49EB is #E5B614. Grayscale: #4C4C4C. Windows color (decimal): -15054357 or 15419674. OLE color: 15419674.

HSL color Cylindrical-coordinate representation of color #1A49EB: hue angle of 226.51º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A49EB is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 73 235 -
CMYK 0.89 0.69 0 0.08
HSL 226.51º 0.84% 0.51% -
HSV(B) 226.51º 0.89% 0.92% -
XYZ 17.8 10.98 79.78 -
YUV 77.42 216.93 91.33 -
System Red Green Blue C M Y K H S L
Decimal 26 73 235 0.89 0.69 0 0.08 226.51 0.84 0.51
Hex 1A 49 EB 59 45 0 8 E3 54 33
Octal 32 111 353 131 105 0 10 343 124 63
Binary 11010 1001001 11101011 1011001 1000101 0 1000 11100011 1010100 110011

Color Harmonies of #1A49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A49EB

Black with #1A49EB

Text Example


Text Example

White with #1A49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A49EB; }

 p { color: rgb(26,73,235); }

 H1.HeaderClassName
 {
   color: #1A49EB;
 }
 .AnyTagClassName
 {
   color: #1A49EB;
 }
</style>

background-color css

<style>
 a { background-color: #1A49EB; }

 a { background-color: rgb(26,73,235); }

 div.DivClassName
 {
   background-color: #1A49EB;
 }
 .BgClassName
 {
   background-color: #1A49EB;
 }
</style>

border-color css

<style>
 span { border-color: #1A49EB; }

 span { border-color: rgb(26,73,235); }

 td.TdClassName
 {
   border-color: #1A49EB;
 }
 .TagClassName
 {
   border-color: #1A49EB;
 }
</style>