Html Css Color HEX #255BCC Cerulean Blue

📋 copy color: '#255BCC'

red 37 ◦ green 91 ◦ blue 204

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

Shades of Cerulean Blue #255BCC

Tints of Cerulean Blue #255BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 11.14%
G = 27.41%
B = 61.45%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#255BCC (or 0x255BCC) is known color: Cerulean Blue. HEX triplet: 25, 5B and CC. RGB value is (37,91,204). Sum of RGB (Red+Green+Blue) = 37+91+204=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #255BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BCC is #DAA433. Grayscale: #575757. Windows color (decimal): -14328884 or 13392677. OLE color: 13392677.

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

Color convert

RGB 37 91 204 -
CMYK 0.82 0.55 0 0.2
HSL 220.6º 0.69% 0.47% -
HSV(B) 220.6º 0.82% 0.8% -
XYZ 15.4 12.24 58.68 -
YUV 87.74 193.61 91.81 -
System Red Green Blue C M Y K H S L
Decimal 37 91 204 0.82 0.55 0 0.2 220.6 0.69 0.47
Hex 25 5B CC 52 37 0 14 DD 45 2F
Octal 45 133 314 122 67 0 24 335 105 57
Binary 100101 1011011 11001100 1010010 110111 0 10100 11011101 1000101 101111

Color Harmonies of #255BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BCC

Black with #255BCC

Text Example


Text Example

White with #255BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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