Html Css Color HEX #1A49EA Cerulean Blue

📋 copy color: '#1A49EA'

red 26 ◦ green 73 ◦ blue 234

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

Shades of Cerulean Blue #1A49EA

Tints of Cerulean Blue #1A49EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.27%

R = 7.81%
G = 21.92%
B = 70.27%

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

#1A49EA (or 0x1A49EA) is known color: Cerulean Blue. HEX triplet: 1A, 49 and EA. RGB value is (26,73,234). Sum of RGB (Red+Green+Blue) = 26+73+234=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A49EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A49EA is #E5B615. Grayscale: #4C4C4C. Windows color (decimal): -15054358 or 15354138. OLE color: 15354138.

HSL color Cylindrical-coordinate representation of color #1A49EA: hue angle of 226.44º degrees, saturation: 0.83, 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 #1A49EA is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 73 234 -
CMYK 0.89 0.69 0 0.08
HSL 226.44º 0.83% 0.51% -
HSV(B) 226.44º 0.89% 0.92% -
XYZ 17.66 10.93 79.02 -
YUV 77.3 216.43 91.41 -
System Red Green Blue C M Y K H S L
Decimal 26 73 234 0.89 0.69 0 0.08 226.44 0.83 0.51
Hex 1A 49 EA 59 45 0 8 E2 53 33
Octal 32 111 352 131 105 0 10 342 123 63
Binary 11010 1001001 11101010 1011001 1000101 0 1000 11100010 1010011 110011

Color Harmonies of #1A49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A49EA

Black with #1A49EA

Text Example


Text Example

White with #1A49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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