Html Css Color HEX #255BBE Cerulean Blue

📋 copy color: '#255BBE'

red 37 ◦ green 91 ◦ blue 190

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

Shades of Cerulean Blue #255BBE

Tints of Cerulean Blue #255BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 11.64%
G = 28.62%
B = 59.75%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#255BBE (or 0x255BBE) is known color: Cerulean Blue. HEX triplet: 25, 5B and BE. RGB value is (37,91,190). Sum of RGB (Red+Green+Blue) = 37+91+190=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #255BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BBE is #DAA441. Grayscale: #555555. Windows color (decimal): -14328898 or 12475173. OLE color: 12475173.

HSL color Cylindrical-coordinate representation of color #255BBE: hue angle of 218.82º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #255BBE is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 91 190 -
CMYK 0.81 0.52 0 0.25
HSL 218.82º 0.67% 0.45% -
HSV(B) 218.82º 0.81% 0.75% -
XYZ 13.8 11.59 50.23 -
YUV 86.14 186.61 92.95 -
System Red Green Blue C M Y K H S L
Decimal 37 91 190 0.81 0.52 0 0.25 218.82 0.67 0.45
Hex 25 5B BE 51 34 0 19 DB 43 2D
Octal 45 133 276 121 64 0 31 333 103 55
Binary 100101 1011011 10111110 1010001 110100 0 11001 11011011 1000011 101101

Color Harmonies of #255BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BBE

Black with #255BBE

Text Example


Text Example

White with #255BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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