Html Css Color HEX #255EC7 Cerulean Blue

📋 copy color: '#255EC7'

red 37 ◦ green 94 ◦ blue 199

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

Shades of Cerulean Blue #255EC7

Tints of Cerulean Blue #255EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 60.3%

R = 11.21%
G = 28.48%
B = 60.3%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#255EC7 (or 0x255EC7) is known color: Cerulean Blue. HEX triplet: 25, 5E and C7. RGB value is (37,94,199). Sum of RGB (Red+Green+Blue) = 37+94+199=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 199 (78.12% from 255 or 60.30% from 330); Max value from RGB is 199 - color contains mainly: blue. Hex color #255EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255EC7 is #DAA138. Grayscale: #585858. Windows color (decimal): -14328121 or 13065765. OLE color: 13065765.

HSL color Cylindrical-coordinate representation of color #255EC7: hue angle of 218.89º 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 #255EC7 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 94 199 -
CMYK 0.81 0.53 0 0.22
HSL 218.89º 0.69% 0.46% -
HSV(B) 218.89º 0.81% 0.78% -
XYZ 15.07 12.52 55.66 -
YUV 88.93 190.12 90.96 -
System Red Green Blue C M Y K H S L
Decimal 37 94 199 0.81 0.53 0 0.22 218.89 0.69 0.46
Hex 25 5E C7 51 35 0 16 DB 45 2E
Octal 45 136 307 121 65 0 26 333 105 56
Binary 100101 1011110 11000111 1010001 110101 0 10110 11011011 1000101 101110

Color Harmonies of #255EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EC7

Black with #255EC7

Text Example


Text Example

White with #255EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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