Html Css Color HEX #285DC5 Cerulean Blue

📋 copy color: '#285DC5'

red 40 ◦ green 93 ◦ blue 197

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

Shades of Cerulean Blue #285DC5

Tints of Cerulean Blue #285DC5

RGB

 RED value IS 40 (16.02% from 255) = 12.12%

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

 BLUE value IS 197 (77.34% from 255) = 59.7%

R = 12.12%
G = 28.18%
B = 59.7%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#285DC5 (or 0x285DC5) is known color: Cerulean Blue. HEX triplet: 28, 5D and C5. RGB value is (40,93,197). Sum of RGB (Red+Green+Blue) = 40+93+197=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 197 (77.34% from 255 or 59.70% from 330); Max value from RGB is 197 - color contains mainly: blue. Hex color #285DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DC5 is #D7A23A. Grayscale: #585858. Windows color (decimal): -14131771 or 12934440. OLE color: 12934440.

HSL color Cylindrical-coordinate representation of color #285DC5: hue angle of 219.75º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #285DC5 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 40 93 197 -
CMYK 0.80 0.53 0 0.23
HSL 219.75º 0.66% 0.46% -
HSV(B) 219.75º 0.8% 0.77% -
XYZ 14.87 12.31 54.42 -
YUV 89.01 188.94 93.04 -
System Red Green Blue C M Y K H S L
Decimal 40 93 197 0.80 0.53 0 0.23 219.75 0.66 0.46
Hex 28 5D C5 50 35 0 17 DC 42 2E
Octal 50 135 305 120 65 0 27 334 102 56
Binary 101000 1011101 11000101 1010000 110101 0 10111 11011100 1000010 101110

Color Harmonies of #285DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DC5

Black with #285DC5

Text Example


Text Example

White with #285DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285DC5; }

 p { color: rgb(40,93,197); }

 H1.HeaderClassName
 {
   color: #285DC5;
 }
 .AnyTagClassName
 {
   color: #285DC5;
 }
</style>

background-color css

<style>
 a { background-color: #285DC5; }

 a { background-color: rgb(40,93,197); }

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

border-color css

<style>
 span { border-color: #285DC5; }

 span { border-color: rgb(40,93,197); }

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