Html Css Color HEX #255ACB Cerulean Blue

📋 copy color: '#255ACB'

red 37 ◦ green 90 ◦ blue 203

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

Shades of Cerulean Blue #255ACB

Tints of Cerulean Blue #255ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 11.21%
G = 27.27%
B = 61.52%

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

#255ACB (or 0x255ACB) is known color: Cerulean Blue. HEX triplet: 25, 5A and CB. RGB value is (37,90,203). Sum of RGB (Red+Green+Blue) = 37+90+203=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #255ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ACB is #DAA534. Grayscale: #565656. Windows color (decimal): -14329141 or 13326885. OLE color: 13326885.

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

Color convert

RGB 37 90 203 -
CMYK 0.82 0.56 0 0.20
HSL 220.84º 0.69% 0.47% -
HSV(B) 220.84º 0.82% 0.8% -
XYZ 15.2 12.02 58.02 -
YUV 87.04 193.44 92.31 -
System Red Green Blue C M Y K H S L
Decimal 37 90 203 0.82 0.56 0 0.20 220.84 0.69 0.47
Hex 25 5A CB 52 38 0 14 DD 45 2F
Octal 45 132 313 122 70 0 24 335 105 57
Binary 100101 1011010 11001011 1010010 111000 0 10100 11011101 1000101 101111

Color Harmonies of #255ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255ACB

Black with #255ACB

Text Example


Text Example

White with #255ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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