Html Css Color HEX #1B4CEB Cerulean Blue

📋 copy color: '#1B4CEB'

red 27 ◦ green 76 ◦ blue 235

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

Shades of Cerulean Blue #1B4CEB

Tints of Cerulean Blue #1B4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 7.99%
G = 22.49%
B = 69.53%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B4CEB (or 0x1B4CEB) is known color: Cerulean Blue. HEX triplet: 1B, 4C and EB. RGB value is (27,76,235). Sum of RGB (Red+Green+Blue) = 27+76+235=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B4CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B4CEB is #E4B314. Grayscale: #4E4E4E. Windows color (decimal): -14988053 or 15420443. OLE color: 15420443.

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

Color convert

RGB 27 76 235 -
CMYK 0.89 0.68 0 0.08
HSL 225.87º 0.84% 0.51% -
HSV(B) 225.87º 0.89% 0.92% -
XYZ 18.03 11.4 79.85 -
YUV 79.48 215.77 90.57 -
System Red Green Blue C M Y K H S L
Decimal 27 76 235 0.89 0.68 0 0.08 225.87 0.84 0.51
Hex 1B 4C EB 59 44 0 8 E2 54 33
Octal 33 114 353 131 104 0 10 342 124 63
Binary 11011 1001100 11101011 1011001 1000100 0 1000 11100010 1010100 110011

Color Harmonies of #1B4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4CEB

Black with #1B4CEB

Text Example


Text Example

White with #1B4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,76,235); }

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

background-color css

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

 a { background-color: rgb(27,76,235); }

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

border-color css

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

 span { border-color: rgb(27,76,235); }

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