Html Css Color HEX #285DCF Cerulean Blue

📋 copy color: '#285DCF'

red 40 ◦ green 93 ◦ blue 207

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

Shades of Cerulean Blue #285DCF

Tints of Cerulean Blue #285DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.88%

R = 11.76%
G = 27.35%
B = 60.88%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#285DCF (or 0x285DCF) is known color: Cerulean Blue. HEX triplet: 28, 5D and CF. RGB value is (40,93,207). Sum of RGB (Red+Green+Blue) = 40+93+207=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #285DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DCF is #D7A230. Grayscale: #595959. Windows color (decimal): -14131761 or 13589800. OLE color: 13589800.

HSL color Cylindrical-coordinate representation of color #285DCF: hue angle of 220.96º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #285DCF is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 93 207 -
CMYK 0.81 0.55 0 0.19
HSL 220.96º 0.68% 0.48% -
HSV(B) 220.96º 0.81% 0.81% -
XYZ 16.05 12.78 60.65 -
YUV 90.15 193.94 92.23 -
System Red Green Blue C M Y K H S L
Decimal 40 93 207 0.81 0.55 0 0.19 220.96 0.68 0.48
Hex 28 5D CF 51 37 0 13 DD 44 30
Octal 50 135 317 121 67 0 23 335 104 60
Binary 101000 1011101 11001111 1010001 110111 0 10011 11011101 1000100 110000

Color Harmonies of #285DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DCF

Black with #285DCF

Text Example


Text Example

White with #285DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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