Html Css Color HEX #255ED6 Cerulean Blue

📋 copy color: '#255ED6'

red 37 ◦ green 94 ◦ blue 214

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

Shades of Cerulean Blue #255ED6

Tints of Cerulean Blue #255ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 62.03%

R = 10.72%
G = 27.25%
B = 62.03%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#255ED6 (or 0x255ED6) is known color: Cerulean Blue. HEX triplet: 25, 5E and D6. RGB value is (37,94,214). Sum of RGB (Red+Green+Blue) = 37+94+214=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #255ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ED6 is #DAA129. Grayscale: #5A5A5A. Windows color (decimal): -14328106 or 14048805. OLE color: 14048805.

HSL color Cylindrical-coordinate representation of color #255ED6: hue angle of 220.68º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255ED6 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 94 214 -
CMYK 0.83 0.56 0 0.16
HSL 220.68º 0.71% 0.49% -
HSV(B) 220.68º 0.83% 0.84% -
XYZ 16.9 13.25 65.29 -
YUV 90.64 197.62 89.74 -
System Red Green Blue C M Y K H S L
Decimal 37 94 214 0.83 0.56 0 0.16 220.68 0.71 0.49
Hex 25 5E D6 53 38 0 10 DD 47 31
Octal 45 136 326 123 70 0 20 335 107 61
Binary 100101 1011110 11010110 1010011 111000 0 10000 11011101 1000111 110001

Color Harmonies of #255ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255ED6

Black with #255ED6

Text Example


Text Example

White with #255ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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