Html Css Color HEX #255DCD Cerulean Blue

📋 copy color: '#255DCD'

red 37 ◦ green 93 ◦ blue 205

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

Shades of Cerulean Blue #255DCD

Tints of Cerulean Blue #255DCD

RGB

 RED value IS 37 (14.84% from 255) = 11.04%

 GREEN value IS 93 (36.72% from 255) = 27.76%

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 11.04%
G = 27.76%
B = 61.19%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#255DCD (or 0x255DCD) is known color: Cerulean Blue. HEX triplet: 25, 5D and CD. RGB value is (37,93,205). Sum of RGB (Red+Green+Blue) = 37+93+205=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #255DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DCD is #DAA232. Grayscale: #585858. Windows color (decimal): -14328371 or 13458725. OLE color: 13458725.

HSL color Cylindrical-coordinate representation of color #255DCD: hue angle of 220º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #255DCD is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 93 205 -
CMYK 0.82 0.55 0 0.20
HSL 220º 0.69% 0.47% -
HSV(B) 220º 0.82% 0.8% -
XYZ 15.7 12.63 59.37 -
YUV 89.02 193.45 90.89 -
System Red Green Blue C M Y K H S L
Decimal 37 93 205 0.82 0.55 0 0.20 220 0.69 0.47
Hex 25 5D CD 52 37 0 14 DC 45 2F
Octal 45 135 315 122 67 0 24 334 105 57
Binary 100101 1011101 11001101 1010010 110111 0 10100 11011100 1000101 101111

Color Harmonies of #255DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DCD

Black with #255DCD

Text Example


Text Example

White with #255DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255DCD; }

 p { color: rgb(37,93,205); }

 H1.HeaderClassName
 {
   color: #255DCD;
 }
 .AnyTagClassName
 {
   color: #255DCD;
 }
</style>

background-color css

<style>
 a { background-color: #255DCD; }

 a { background-color: rgb(37,93,205); }

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

border-color css

<style>
 span { border-color: #255DCD; }

 span { border-color: rgb(37,93,205); }

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