Html Css Color HEX #255BBD Cerulean Blue

📋 copy color: '#255BBD'

red 37 ◦ green 91 ◦ blue 189

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

Shades of Cerulean Blue #255BBD

Tints of Cerulean Blue #255BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.62%

R = 11.67%
G = 28.71%
B = 59.62%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#255BBD (or 0x255BBD) is known color: Cerulean Blue. HEX triplet: 25, 5B and BD. RGB value is (37,91,189). Sum of RGB (Red+Green+Blue) = 37+91+189=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #255BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BBD is #DAA442. Grayscale: #555555. Windows color (decimal): -14328899 or 12409637. OLE color: 12409637.

HSL color Cylindrical-coordinate representation of color #255BBD: hue angle of 218.68º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255BBD is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 91 189 -
CMYK 0.80 0.52 0 0.26
HSL 218.68º 0.67% 0.44% -
HSV(B) 218.68º 0.8% 0.74% -
XYZ 13.69 11.55 49.65 -
YUV 86.03 186.11 93.03 -
System Red Green Blue C M Y K H S L
Decimal 37 91 189 0.80 0.52 0 0.26 218.68 0.67 0.44
Hex 25 5B BD 50 34 0 1A DB 43 2C
Octal 45 133 275 120 64 0 32 333 103 54
Binary 100101 1011011 10111101 1010000 110100 0 11010 11011011 1000011 101100

Color Harmonies of #255BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BBD

Black with #255BBD

Text Example


Text Example

White with #255BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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