Html Css Color HEX #255AAA Cerulean Blue

📋 copy color: '#255AAA'

red 37 ◦ green 90 ◦ blue 170

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

Shades of Cerulean Blue #255AAA

Tints of Cerulean Blue #255AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.24%

R = 12.46%
G = 30.3%
B = 57.24%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#255AAA (or 0x255AAA) is known color: Cerulean Blue. HEX triplet: 25, 5A and AA. RGB value is (37,90,170). Sum of RGB (Red+Green+Blue) = 37+90+170=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #255AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255AAA is #DAA555. Grayscale: #525252. Windows color (decimal): -14329174 or 11164197. OLE color: 11164197.

HSL color Cylindrical-coordinate representation of color #255AAA: hue angle of 216.09º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255AAA is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 90 170 -
CMYK 0.78 0.47 0 0.33
HSL 216.09º 0.64% 0.41% -
HSV(B) 216.09º 0.78% 0.67% -
XYZ 11.67 10.61 39.46 -
YUV 83.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 37 90 170 0.78 0.47 0 0.33 216.09 0.64 0.41
Hex 25 5A AA 4E 2F 0 21 D8 40 29
Octal 45 132 252 116 57 0 41 330 100 51
Binary 100101 1011010 10101010 1001110 101111 0 100001 11011000 1000000 101001

Color Harmonies of #255AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255AAA

Black with #255AAA

Text Example


Text Example

White with #255AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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