Html Css Color HEX #285CCF Cerulean Blue

📋 copy color: '#285CCF'

red 40 ◦ green 92 ◦ blue 207

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

Shades of Cerulean Blue #285CCF

Tints of Cerulean Blue #285CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.14%

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

R = 11.8%
G = 27.14%
B = 61.06%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#285CCF (or 0x285CCF) is known color: Cerulean Blue. HEX triplet: 28, 5C and CF. RGB value is (40,92,207). Sum of RGB (Red+Green+Blue) = 40+92+207=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #285CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285CCF is #D7A330. Grayscale: #595959. Windows color (decimal): -14132017 or 13589544. OLE color: 13589544.

HSL color Cylindrical-coordinate representation of color #285CCF: hue angle of 221.32º 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 #285CCF is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 92 207 -
CMYK 0.81 0.56 0 0.19
HSL 221.32º 0.68% 0.48% -
HSV(B) 221.32º 0.81% 0.81% -
XYZ 15.96 12.61 60.62 -
YUV 89.56 194.27 92.65 -
System Red Green Blue C M Y K H S L
Decimal 40 92 207 0.81 0.56 0 0.19 221.32 0.68 0.48
Hex 28 5C CF 51 38 0 13 DD 44 30
Octal 50 134 317 121 70 0 23 335 104 60
Binary 101000 1011100 11001111 1010001 111000 0 10011 11011101 1000100 110000

Color Harmonies of #285CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285CCF

Black with #285CCF

Text Example


Text Example

White with #285CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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