Html Css Color HEX #255DB9 Cerulean Blue

📋 copy color: '#255DB9'

red 37 ◦ green 93 ◦ blue 185

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

Shades of Cerulean Blue #255DB9

Tints of Cerulean Blue #255DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 58.73%

R = 11.75%
G = 29.52%
B = 58.73%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#255DB9 (or 0x255DB9) is known color: Cerulean Blue. HEX triplet: 25, 5D and B9. RGB value is (37,93,185). Sum of RGB (Red+Green+Blue) = 37+93+185=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #255DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DB9 is #DAA246. Grayscale: #565656. Windows color (decimal): -14328391 or 12148005. OLE color: 12148005.

HSL color Cylindrical-coordinate representation of color #255DB9: hue angle of 217.3º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255DB9 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 93 185 -
CMYK 0.80 0.50 0 0.27
HSL 217.3º 0.67% 0.44% -
HSV(B) 217.3º 0.8% 0.73% -
XYZ 13.43 11.72 47.45 -
YUV 86.74 183.45 92.52 -
System Red Green Blue C M Y K H S L
Decimal 37 93 185 0.80 0.50 0 0.27 217.3 0.67 0.44
Hex 25 5D B9 50 32 0 1B D9 43 2C
Octal 45 135 271 120 62 0 33 331 103 54
Binary 100101 1011101 10111001 1010000 110010 0 11011 11011001 1000011 101100

Color Harmonies of #255DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DB9

Black with #255DB9

Text Example


Text Example

White with #255DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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