Html Css Color HEX #255CAF Cerulean Blue

📋 copy color: '#255CAF'

red 37 ◦ green 92 ◦ blue 175

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

Shades of Cerulean Blue #255CAF

Tints of Cerulean Blue #255CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.26%

 BLUE value IS 175 (68.75% from 255) = 57.57%

R = 12.17%
G = 30.26%
B = 57.57%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#255CAF (or 0x255CAF) is known color: Cerulean Blue. HEX triplet: 25, 5C and AF. RGB value is (37,92,175). Sum of RGB (Red+Green+Blue) = 37+92+175=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #255CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255CAF is #DAA350. Grayscale: #545454. Windows color (decimal): -14328657 or 11492389. OLE color: 11492389.

HSL color Cylindrical-coordinate representation of color #255CAF: hue angle of 216.09º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255CAF is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 92 175 -
CMYK 0.79 0.47 0 0.31
HSL 216.09º 0.65% 0.42% -
HSV(B) 216.09º 0.79% 0.69% -
XYZ 12.33 11.14 42.06 -
YUV 85.02 178.78 93.75 -
System Red Green Blue C M Y K H S L
Decimal 37 92 175 0.79 0.47 0 0.31 216.09 0.65 0.42
Hex 25 5C AF 4F 2F 0 1F D8 41 2A
Octal 45 134 257 117 57 0 37 330 101 52
Binary 100101 1011100 10101111 1001111 101111 0 11111 11011000 1000001 101010

Color Harmonies of #255CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CAF

Black with #255CAF

Text Example


Text Example

White with #255CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,92,175); }

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

background-color css

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

 a { background-color: rgb(37,92,175); }

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

border-color css

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

 span { border-color: rgb(37,92,175); }

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