Html Css Color HEX #255EC8 Cerulean Blue

📋 copy color: '#255EC8'

red 37 ◦ green 94 ◦ blue 200

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

Shades of Cerulean Blue #255EC8

Tints of Cerulean Blue #255EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.42%

R = 11.18%
G = 28.4%
B = 60.42%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#255EC8 (or 0x255EC8) is known color: Cerulean Blue. HEX triplet: 25, 5E and C8. RGB value is (37,94,200). Sum of RGB (Red+Green+Blue) = 37+94+200=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #255EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255EC8 is #DAA137. Grayscale: #585858. Windows color (decimal): -14328120 or 13131301. OLE color: 13131301.

HSL color Cylindrical-coordinate representation of color #255EC8: hue angle of 219.02º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #255EC8 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 94 200 -
CMYK 0.82 0.53 0 0.22
HSL 219.02º 0.69% 0.46% -
HSV(B) 219.02º 0.82% 0.78% -
XYZ 15.19 12.57 56.27 -
YUV 89.04 190.62 90.88 -
System Red Green Blue C M Y K H S L
Decimal 37 94 200 0.82 0.53 0 0.22 219.02 0.69 0.46
Hex 25 5E C8 52 35 0 16 DB 45 2E
Octal 45 136 310 122 65 0 26 333 105 56
Binary 100101 1011110 11001000 1010010 110101 0 10110 11011011 1000101 101110

Color Harmonies of #255EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EC8

Black with #255EC8

Text Example


Text Example

White with #255EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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