Html Css Color HEX #255BCD Cerulean Blue

📋 copy color: '#255BCD'

red 37 ◦ green 91 ◦ blue 205

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

Shades of Cerulean Blue #255BCD

Tints of Cerulean Blue #255BCD

RGB

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

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

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

R = 11.11%
G = 27.33%
B = 61.56%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#255BCD (or 0x255BCD) is known color: Cerulean Blue. HEX triplet: 25, 5B and CD. RGB value is (37,91,205). Sum of RGB (Red+Green+Blue) = 37+91+205=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #255BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BCD is #DAA432. Grayscale: #575757. Windows color (decimal): -14328883 or 13458213. OLE color: 13458213.

HSL color Cylindrical-coordinate representation of color #255BCD: hue angle of 220.71º 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 #255BCD is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 91 205 -
CMYK 0.82 0.56 0 0.20
HSL 220.71º 0.69% 0.47% -
HSV(B) 220.71º 0.82% 0.8% -
XYZ 15.52 12.28 59.31 -
YUV 87.85 194.11 91.73 -
System Red Green Blue C M Y K H S L
Decimal 37 91 205 0.82 0.56 0 0.20 220.71 0.69 0.47
Hex 25 5B CD 52 38 0 14 DD 45 2F
Octal 45 133 315 122 70 0 24 335 105 57
Binary 100101 1011011 11001101 1010010 111000 0 10100 11011101 1000101 101111

Color Harmonies of #255BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BCD

Black with #255BCD

Text Example


Text Example

White with #255BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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