Html Css Color HEX #255BAA Cerulean Blue

📋 copy color: '#255BAA'

red 37 ◦ green 91 ◦ blue 170

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

Shades of Cerulean Blue #255BAA

Tints of Cerulean Blue #255BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.54%

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

R = 12.42%
G = 30.54%
B = 57.05%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#255BAA (or 0x255BAA) is known color: Cerulean Blue. HEX triplet: 25, 5B and AA. RGB value is (37,91,170). Sum of RGB (Red+Green+Blue) = 37+91+170=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #255BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255BAA is #DAA455. Grayscale: #535353. Windows color (decimal): -14328918 or 11164453. OLE color: 11164453.

HSL color Cylindrical-coordinate representation of color #255BAA: hue angle of 215.64º 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 #255BAA is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 91 170 -
CMYK 0.78 0.46 0 0.33
HSL 215.64º 0.64% 0.41% -
HSV(B) 215.64º 0.78% 0.67% -
XYZ 11.76 10.78 39.49 -
YUV 83.86 176.61 94.58 -
System Red Green Blue C M Y K H S L
Decimal 37 91 170 0.78 0.46 0 0.33 215.64 0.64 0.41
Hex 25 5B AA 4E 2E 0 21 D8 40 29
Octal 45 133 252 116 56 0 41 330 100 51
Binary 100101 1011011 10101010 1001110 101110 0 100001 11011000 1000000 101001

Color Harmonies of #255BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BAA

Black with #255BAA

Text Example


Text Example

White with #255BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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