Html Css Color HEX #255FCB Cerulean Blue

📋 copy color: '#255FCB'

red 37 ◦ green 95 ◦ blue 203

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

Shades of Cerulean Blue #255FCB

Tints of Cerulean Blue #255FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

 BLUE value IS 203 (79.69% from 255) = 60.6%

R = 11.04%
G = 28.36%
B = 60.6%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#255FCB (or 0x255FCB) is known color: Cerulean Blue. HEX triplet: 25, 5F and CB. RGB value is (37,95,203). Sum of RGB (Red+Green+Blue) = 37+95+203=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #255FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FCB is #DAA034. Grayscale: #595959. Windows color (decimal): -14327861 or 13328165. OLE color: 13328165.

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

Color convert

RGB 37 95 203 -
CMYK 0.82 0.53 0 0.20
HSL 219.04º 0.69% 0.47% -
HSV(B) 219.04º 0.82% 0.8% -
XYZ 15.63 12.89 58.16 -
YUV 89.97 191.78 90.22 -
System Red Green Blue C M Y K H S L
Decimal 37 95 203 0.82 0.53 0 0.20 219.04 0.69 0.47
Hex 25 5F CB 52 35 0 14 DB 45 2F
Octal 45 137 313 122 65 0 24 333 105 57
Binary 100101 1011111 11001011 1010010 110101 0 10100 11011011 1000101 101111

Color Harmonies of #255FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FCB

Black with #255FCB

Text Example


Text Example

White with #255FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,95,203); }

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

background-color css

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

 a { background-color: rgb(37,95,203); }

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

border-color css

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

 span { border-color: rgb(37,95,203); }

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