Html Css Color HEX #1D4ACF Cerulean Blue

📋 copy color: '#1D4ACF'

red 29 ◦ green 74 ◦ blue 207

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

Shades of Cerulean Blue #1D4ACF

Tints of Cerulean Blue #1D4ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.87%

 BLUE value IS 207 (81.25% from 255) = 66.77%

R = 9.35%
G = 23.87%
B = 66.77%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D4ACF (or 0x1D4ACF) is known color: Cerulean Blue. HEX triplet: 1D, 4A and CF. RGB value is (29,74,207). Sum of RGB (Red+Green+Blue) = 29+74+207=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D4ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4ACF is #E2B530. Grayscale: #4B4B4B. Windows color (decimal): -14857521 or 13584925. OLE color: 13584925.

HSL color Cylindrical-coordinate representation of color #1D4ACF: hue angle of 224.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D4ACF is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 74 207 -
CMYK 0.86 0.64 0 0.19
HSL 224.83º 0.75% 0.46% -
HSV(B) 224.83º 0.86% 0.81% -
XYZ 14.22 9.66 60.15 -
YUV 75.71 202.09 94.69 -
System Red Green Blue C M Y K H S L
Decimal 29 74 207 0.86 0.64 0 0.19 224.83 0.75 0.46
Hex 1D 4A CF 56 40 0 13 E1 4B 2E
Octal 35 112 317 126 100 0 23 341 113 56
Binary 11101 1001010 11001111 1010110 1000000 0 10011 11100001 1001011 101110

Color Harmonies of #1D4ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4ACF

Black with #1D4ACF

Text Example


Text Example

White with #1D4ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,74,207); }

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

background-color css

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

 a { background-color: rgb(29,74,207); }

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

border-color css

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

 span { border-color: rgb(29,74,207); }

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