Html Css Color HEX #1D4FBA Cerulean Blue

📋 copy color: '#1D4FBA'

red 29 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #1D4FBA

Tints of Cerulean Blue #1D4FBA

RGB

 RED value IS 29 (11.72% from 255) = 9.86%

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

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 9.86%
G = 26.87%
B = 63.27%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D4FBA (or 0x1D4FBA) is known color: Cerulean Blue. HEX triplet: 1D, 4F and BA. RGB value is (29,79,186). Sum of RGB (Red+Green+Blue) = 29+79+186=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D4FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4FBA is #E2B045. Grayscale: #4B4B4B. Windows color (decimal): -14856262 or 12209949. OLE color: 12209949.

HSL color Cylindrical-coordinate representation of color #1D4FBA: hue angle of 220.89º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D4FBA is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 79 186 -
CMYK 0.84 0.58 0 0.27
HSL 220.89º 0.73% 0.42% -
HSV(B) 220.89º 0.84% 0.73% -
XYZ 12.17 9.4 47.63 -
YUV 76.25 189.94 94.3 -
System Red Green Blue C M Y K H S L
Decimal 29 79 186 0.84 0.58 0 0.27 220.89 0.73 0.42
Hex 1D 4F BA 54 3A 0 1B DD 49 2A
Octal 35 117 272 124 72 0 33 335 111 52
Binary 11101 1001111 10111010 1010100 111010 0 11011 11011101 1001001 101010

Color Harmonies of #1D4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4FBA

Black with #1D4FBA

Text Example


Text Example

White with #1D4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,79,186); }

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

background-color css

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

 a { background-color: rgb(29,79,186); }

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

border-color css

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

 span { border-color: rgb(29,79,186); }

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