Html Css Color HEX #255EBA Cerulean Blue

📋 copy color: '#255EBA'

red 37 ◦ green 94 ◦ blue 186

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

Shades of Cerulean Blue #255EBA

Tints of Cerulean Blue #255EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 11.67%
G = 29.65%
B = 58.68%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#255EBA (or 0x255EBA) is known color: Cerulean Blue. HEX triplet: 25, 5E and BA. RGB value is (37,94,186). Sum of RGB (Red+Green+Blue) = 37+94+186=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #255EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255EBA is #DAA145. Grayscale: #575757. Windows color (decimal): -14328134 or 12213797. OLE color: 12213797.

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

Color convert

RGB 37 94 186 -
CMYK 0.80 0.49 0 0.27
HSL 217.05º 0.67% 0.44% -
HSV(B) 217.05º 0.8% 0.73% -
XYZ 13.63 11.94 48.04 -
YUV 87.45 183.62 92.02 -
System Red Green Blue C M Y K H S L
Decimal 37 94 186 0.80 0.49 0 0.27 217.05 0.67 0.44
Hex 25 5E BA 50 31 0 1B D9 43 2C
Octal 45 136 272 120 61 0 33 331 103 54
Binary 100101 1011110 10111010 1010000 110001 0 11011 11011001 1000011 101100

Color Harmonies of #255EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EBA

Black with #255EBA

Text Example


Text Example

White with #255EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,94,186); }

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

background-color css

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

 a { background-color: rgb(37,94,186); }

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

border-color css

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

 span { border-color: rgb(37,94,186); }

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