Html Css Color HEX #1B4DDA Cerulean Blue

📋 copy color: '#1B4DDA'

red 27 ◦ green 77 ◦ blue 218

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

Shades of Cerulean Blue #1B4DDA

Tints of Cerulean Blue #1B4DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.91%

 BLUE value IS 218 (85.55% from 255) = 67.7%

R = 8.39%
G = 23.91%
B = 67.7%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1B4DDA (or 0x1B4DDA) is known color: Cerulean Blue. HEX triplet: 1B, 4D and DA. RGB value is (27,77,218). Sum of RGB (Red+Green+Blue) = 27+77+218=322 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.39% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B4DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4DDA is #E4B225. Grayscale: #4D4D4D. Windows color (decimal): -14987814 or 14306587. OLE color: 14306587.

HSL color Cylindrical-coordinate representation of color #1B4DDA: hue angle of 224.29º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B4DDA is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 27 77 218 -
CMYK 0.88 0.65 0 0.15
HSL 224.29º 0.78% 0.48% -
HSV(B) 224.29º 0.88% 0.85% -
XYZ 15.76 10.6 67.55 -
YUV 78.12 206.94 91.54 -
System Red Green Blue C M Y K H S L
Decimal 27 77 218 0.88 0.65 0 0.15 224.29 0.78 0.48
Hex 1B 4D DA 58 41 0 F E0 4E 30
Octal 33 115 332 130 101 0 17 340 116 60
Binary 11011 1001101 11011010 1011000 1000001 0 1111 11100000 1001110 110000

Color Harmonies of #1B4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4DDA

Black with #1B4DDA

Text Example


Text Example

White with #1B4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,77,218); }

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

background-color css

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

 a { background-color: rgb(27,77,218); }

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

border-color css

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

 span { border-color: rgb(27,77,218); }

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