Html Css Color HEX #1D55CF Cerulean Blue

📋 copy color: '#1D55CF'

red 29 ◦ green 85 ◦ blue 207

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

Shades of Cerulean Blue #1D55CF

Tints of Cerulean Blue #1D55CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 9.03%
G = 26.48%
B = 64.49%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D55CF (or 0x1D55CF) is known color: Cerulean Blue. HEX triplet: 1D, 55 and CF. RGB value is (29,85,207). Sum of RGB (Red+Green+Blue) = 29+85+207=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D55CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D55CF is #E2AA30. Grayscale: #515151. Windows color (decimal): -14854705 or 13587741. OLE color: 13587741.

HSL color Cylindrical-coordinate representation of color #1D55CF: hue angle of 221.12º 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 #1D55CF is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 85 207 -
CMYK 0.86 0.59 0 0.19
HSL 221.12º 0.75% 0.46% -
HSV(B) 221.12º 0.86% 0.81% -
XYZ 15.02 11.26 60.41 -
YUV 82.16 198.45 90.08 -
System Red Green Blue C M Y K H S L
Decimal 29 85 207 0.86 0.59 0 0.19 221.12 0.75 0.46
Hex 1D 55 CF 56 3B 0 13 DD 4B 2E
Octal 35 125 317 126 73 0 23 335 113 56
Binary 11101 1010101 11001111 1010110 111011 0 10011 11011101 1001011 101110

Color Harmonies of #1D55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D55CF

Black with #1D55CF

Text Example


Text Example

White with #1D55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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