Html Css Color HEX #1D4DBE Cerulean Blue

📋 copy color: '#1D4DBE'

red 29 ◦ green 77 ◦ blue 190

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

Shades of Cerulean Blue #1D4DBE

Tints of Cerulean Blue #1D4DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 9.8%
G = 26.01%
B = 64.19%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D4DBE (or 0x1D4DBE) is known color: Cerulean Blue. HEX triplet: 1D, 4D and BE. RGB value is (29,77,190). Sum of RGB (Red+Green+Blue) = 29+77+190=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D4DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4DBE is #E2B241. Grayscale: #4B4B4B. Windows color (decimal): -14856770 or 12471581. OLE color: 12471581.

HSL color Cylindrical-coordinate representation of color #1D4DBE: hue angle of 222.11º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D4DBE is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 77 190 -
CMYK 0.85 0.59 0 0.25
HSL 222.11º 0.74% 0.43% -
HSV(B) 222.11º 0.85% 0.75% -
XYZ 12.45 9.29 49.85 -
YUV 75.53 192.6 94.81 -
System Red Green Blue C M Y K H S L
Decimal 29 77 190 0.85 0.59 0 0.25 222.11 0.74 0.43
Hex 1D 4D BE 55 3B 0 19 DE 4A 2B
Octal 35 115 276 125 73 0 31 336 112 53
Binary 11101 1001101 10111110 1010101 111011 0 11001 11011110 1001010 101011

Color Harmonies of #1D4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4DBE

Black with #1D4DBE

Text Example


Text Example

White with #1D4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,77,190); }

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

background-color css

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

 a { background-color: rgb(29,77,190); }

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

border-color css

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

 span { border-color: rgb(29,77,190); }

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