Html Css Color HEX #255AC9 Cerulean Blue

📋 copy color: '#255AC9'

red 37 ◦ green 90 ◦ blue 201

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

Shades of Cerulean Blue #255AC9

Tints of Cerulean Blue #255AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 61.28%

R = 11.28%
G = 27.44%
B = 61.28%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#255AC9 (or 0x255AC9) is known color: Cerulean Blue. HEX triplet: 25, 5A and C9. RGB value is (37,90,201). Sum of RGB (Red+Green+Blue) = 37+90+201=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 201 (78.91% from 255 or 61.28% from 328); Max value from RGB is 201 - color contains mainly: blue. Hex color #255AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255AC9 is #DAA536. Grayscale: #565656. Windows color (decimal): -14329143 or 13195813. OLE color: 13195813.

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

Color convert

RGB 37 90 201 -
CMYK 0.82 0.55 0 0.21
HSL 220.61º 0.69% 0.47% -
HSV(B) 220.61º 0.82% 0.79% -
XYZ 14.96 11.92 56.77 -
YUV 86.81 192.44 92.47 -
System Red Green Blue C M Y K H S L
Decimal 37 90 201 0.82 0.55 0 0.21 220.61 0.69 0.47
Hex 25 5A C9 52 37 0 15 DD 45 2F
Octal 45 132 311 122 67 0 25 335 105 57
Binary 100101 1011010 11001001 1010010 110111 0 10101 11011101 1000101 101111

Color Harmonies of #255AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255AC9

Black with #255AC9

Text Example


Text Example

White with #255AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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