Html Css Color HEX #1B4FEA Cerulean Blue

📋 copy color: '#1B4FEA'

red 27 ◦ green 79 ◦ blue 234

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

Shades of Cerulean Blue #1B4FEA

Tints of Cerulean Blue #1B4FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.24%

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

R = 7.94%
G = 23.24%
B = 68.82%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B4FEA (or 0x1B4FEA) is known color: Cerulean Blue. HEX triplet: 1B, 4F and EA. RGB value is (27,79,234). Sum of RGB (Red+Green+Blue) = 27+79+234=340 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.94% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #1B4FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B4FEA is #E4B015. Grayscale: #505050. Windows color (decimal): -14987286 or 15355675. OLE color: 15355675.

HSL color Cylindrical-coordinate representation of color #1B4FEA: hue angle of 224.93º 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 #1B4FEA is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 79 234 -
CMYK 0.88 0.66 0 0.08
HSL 224.93º 0.83% 0.51% -
HSV(B) 224.93º 0.88% 0.92% -
XYZ 18.1 11.77 79.16 -
YUV 81.12 214.27 89.4 -
System Red Green Blue C M Y K H S L
Decimal 27 79 234 0.88 0.66 0 0.08 224.93 0.83 0.51
Hex 1B 4F EA 58 42 0 8 E1 53 33
Octal 33 117 352 130 102 0 10 341 123 63
Binary 11011 1001111 11101010 1011000 1000010 0 1000 11100001 1010011 110011

Color Harmonies of #1B4FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4FEA

Black with #1B4FEA

Text Example


Text Example

White with #1B4FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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