Html Css Color HEX #1B49EA Cerulean Blue

📋 copy color: '#1B49EA'

red 27 ◦ green 73 ◦ blue 234

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

Shades of Cerulean Blue #1B49EA

Tints of Cerulean Blue #1B49EA

RGB

 RED value IS 27 (10.94% from 255) = 8.08%

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

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

R = 8.08%
G = 21.86%
B = 70.06%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B49EA (or 0x1B49EA) is known color: Cerulean Blue. HEX triplet: 1B, 49 and EA. RGB value is (27,73,234). Sum of RGB (Red+Green+Blue) = 27+73+234=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #1B49EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B49EA is #E4B615. Grayscale: #4C4C4C. Windows color (decimal): -14988822 or 15354139. OLE color: 15354139.

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

Color convert

RGB 27 73 234 -
CMYK 0.88 0.69 0 0.08
HSL 226.67º 0.83% 0.51% -
HSV(B) 226.67º 0.88% 0.92% -
XYZ 17.69 10.94 79.02 -
YUV 77.6 216.26 91.91 -
System Red Green Blue C M Y K H S L
Decimal 27 73 234 0.88 0.69 0 0.08 226.67 0.83 0.51
Hex 1B 49 EA 58 45 0 8 E3 53 33
Octal 33 111 352 130 105 0 10 343 123 63
Binary 11011 1001001 11101010 1011000 1000101 0 1000 11100011 1010011 110011

Color Harmonies of #1B49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B49EA

Black with #1B49EA

Text Example


Text Example

White with #1B49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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