Html Css Color HEX #255BD9 Cerulean Blue

📋 copy color: '#255BD9'

red 37 ◦ green 91 ◦ blue 217

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

Shades of Cerulean Blue #255BD9

Tints of Cerulean Blue #255BD9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.38%

 BLUE value IS 217 (85.16% from 255) = 62.9%

R = 10.72%
G = 26.38%
B = 62.9%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#255BD9 (or 0x255BD9) is known color: Cerulean Blue. HEX triplet: 25, 5B and D9. RGB value is (37,91,217). Sum of RGB (Red+Green+Blue) = 37+91+217=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 217 (85.16% from 255 or 62.90% from 345); Max value from RGB is 217 - color contains mainly: blue. Hex color #255BD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BD9 is #DAA426. Grayscale: #585858. Windows color (decimal): -14328871 or 14244645. OLE color: 14244645.

HSL color Cylindrical-coordinate representation of color #255BD9: hue angle of 222º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255BD9 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 91 217 -
CMYK 0.83 0.58 0 0.15
HSL 222º 0.71% 0.5% -
HSV(B) 222º 0.83% 0.85% -
XYZ 17.03 12.89 67.24 -
YUV 89.22 200.11 90.75 -
System Red Green Blue C M Y K H S L
Decimal 37 91 217 0.83 0.58 0 0.15 222 0.71 0.5
Hex 25 5B D9 53 3A 0 F DE 47 32
Octal 45 133 331 123 72 0 17 336 107 62
Binary 100101 1011011 11011001 1010011 111010 0 1111 11011110 1000111 110010

Color Harmonies of #255BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BD9

Black with #255BD9

Text Example


Text Example

White with #255BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,91,217); }

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

background-color css

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

 a { background-color: rgb(37,91,217); }

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

border-color css

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

 span { border-color: rgb(37,91,217); }

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