Html Css Color HEX #255DC2 Cerulean Blue

📋 copy color: '#255DC2'

red 37 ◦ green 93 ◦ blue 194

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

Shades of Cerulean Blue #255DC2

Tints of Cerulean Blue #255DC2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

 BLUE value IS 194 (76.17% from 255) = 59.88%

R = 11.42%
G = 28.7%
B = 59.88%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#255DC2 (or 0x255DC2) is known color: Cerulean Blue. HEX triplet: 25, 5D and C2. RGB value is (37,93,194). Sum of RGB (Red+Green+Blue) = 37+93+194=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 194 (76.17% from 255 or 59.88% from 324); Max value from RGB is 194 - color contains mainly: blue. Hex color #255DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DC2 is #DAA23D. Grayscale: #575757. Windows color (decimal): -14328382 or 12737829. OLE color: 12737829.

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

Color convert

RGB 37 93 194 -
CMYK 0.81 0.52 0 0.24
HSL 218.6º 0.68% 0.45% -
HSV(B) 218.6º 0.81% 0.76% -
XYZ 14.41 12.12 52.62 -
YUV 87.77 187.95 91.79 -
System Red Green Blue C M Y K H S L
Decimal 37 93 194 0.81 0.52 0 0.24 218.6 0.68 0.45
Hex 25 5D C2 51 34 0 18 DB 44 2D
Octal 45 135 302 121 64 0 30 333 104 55
Binary 100101 1011101 11000010 1010001 110100 0 11000 11011011 1000100 101101

Color Harmonies of #255DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DC2

Black with #255DC2

Text Example


Text Example

White with #255DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,93,194); }

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

background-color css

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

 a { background-color: rgb(37,93,194); }

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

border-color css

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

 span { border-color: rgb(37,93,194); }

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