Html Css Color HEX #255DC9 Cerulean Blue

📋 copy color: '#255DC9'

red 37 ◦ green 93 ◦ blue 201

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

Shades of Cerulean Blue #255DC9

Tints of Cerulean Blue #255DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60.73%

R = 11.18%
G = 28.1%
B = 60.73%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#255DC9 (or 0x255DC9) is known color: Cerulean Blue. HEX triplet: 25, 5D and C9. RGB value is (37,93,201). Sum of RGB (Red+Green+Blue) = 37+93+201=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #255DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DC9 is #DAA236. Grayscale: #585858. Windows color (decimal): -14328375 or 13196581. OLE color: 13196581.

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

Color convert

RGB 37 93 201 -
CMYK 0.82 0.54 0 0.21
HSL 219.51º 0.69% 0.47% -
HSV(B) 219.51º 0.82% 0.79% -
XYZ 15.22 12.44 56.86 -
YUV 88.57 191.45 91.22 -
System Red Green Blue C M Y K H S L
Decimal 37 93 201 0.82 0.54 0 0.21 219.51 0.69 0.47
Hex 25 5D C9 52 36 0 15 DC 45 2F
Octal 45 135 311 122 66 0 25 334 105 57
Binary 100101 1011101 11001001 1010010 110110 0 10101 11011100 1000101 101111

Color Harmonies of #255DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DC9

Black with #255DC9

Text Example


Text Example

White with #255DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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