Html Css Color HEX #255BB1 Cerulean Blue

📋 copy color: '#255BB1'

red 37 ◦ green 91 ◦ blue 177

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

Shades of Cerulean Blue #255BB1

Tints of Cerulean Blue #255BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 58.03%

R = 12.13%
G = 29.84%
B = 58.03%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#255BB1 (or 0x255BB1) is known color: Cerulean Blue. HEX triplet: 25, 5B and B1. RGB value is (37,91,177). Sum of RGB (Red+Green+Blue) = 37+91+177=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #255BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255BB1 is #DAA44E. Grayscale: #545454. Windows color (decimal): -14328911 or 11623205. OLE color: 11623205.

HSL color Cylindrical-coordinate representation of color #255BB1: hue angle of 216.86º 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 #255BB1 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 91 177 -
CMYK 0.79 0.49 0 0.31
HSL 216.86º 0.65% 0.42% -
HSV(B) 216.86º 0.79% 0.69% -
XYZ 12.44 11.05 43.07 -
YUV 84.66 180.11 94.01 -
System Red Green Blue C M Y K H S L
Decimal 37 91 177 0.79 0.49 0 0.31 216.86 0.65 0.42
Hex 25 5B B1 4F 31 0 1F D9 41 2A
Octal 45 133 261 117 61 0 37 331 101 52
Binary 100101 1011011 10110001 1001111 110001 0 11111 11011001 1000001 101010

Color Harmonies of #255BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BB1

Black with #255BB1

Text Example


Text Example

White with #255BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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