Html Css Color HEX #1D4BBE Cerulean Blue

📋 copy color: '#1D4BBE'

red 29 ◦ green 75 ◦ blue 190

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

Shades of Cerulean Blue #1D4BBE

Tints of Cerulean Blue #1D4BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.51%

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

R = 9.86%
G = 25.51%
B = 64.63%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D4BBE (or 0x1D4BBE) is known color: Cerulean Blue. HEX triplet: 1D, 4B and BE. RGB value is (29,75,190). Sum of RGB (Red+Green+Blue) = 29+75+190=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D4BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4BBE is #E2B441. Grayscale: #494949. Windows color (decimal): -14857282 or 12471069. OLE color: 12471069.

HSL color Cylindrical-coordinate representation of color #1D4BBE: hue angle of 222.86º 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 #1D4BBE is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 75 190 -
CMYK 0.85 0.61 0 0.25
HSL 222.86º 0.74% 0.43% -
HSV(B) 222.86º 0.85% 0.75% -
XYZ 12.32 9.01 49.81 -
YUV 74.36 193.26 95.65 -
System Red Green Blue C M Y K H S L
Decimal 29 75 190 0.85 0.61 0 0.25 222.86 0.74 0.43
Hex 1D 4B BE 55 3D 0 19 DF 4A 2B
Octal 35 113 276 125 75 0 31 337 112 53
Binary 11101 1001011 10111110 1010101 111101 0 11001 11011111 1001010 101011

Color Harmonies of #1D4BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4BBE

Black with #1D4BBE

Text Example


Text Example

White with #1D4BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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