Html Css Color HEX #285BC7 Cerulean Blue

📋 copy color: '#285BC7'

red 40 ◦ green 91 ◦ blue 199

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

Shades of Cerulean Blue #285BC7

Tints of Cerulean Blue #285BC7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.58%

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

R = 12.12%
G = 27.58%
B = 60.3%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#285BC7 (or 0x285BC7) is known color: Cerulean Blue. HEX triplet: 28, 5B and C7. RGB value is (40,91,199). Sum of RGB (Red+Green+Blue) = 40+91+199=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 91 (35.94% from 255 or 27.58% 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 #285BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BC7 is #D7A438. Grayscale: #575757. Windows color (decimal): -14132281 or 13065000. OLE color: 13065000.

HSL color Cylindrical-coordinate representation of color #285BC7: hue angle of 220.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #285BC7 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 91 199 -
CMYK 0.80 0.54 0 0.22
HSL 220.75º 0.67% 0.47% -
HSV(B) 220.75º 0.8% 0.78% -
XYZ 14.92 12.06 55.57 -
YUV 88.06 190.6 93.72 -
System Red Green Blue C M Y K H S L
Decimal 40 91 199 0.80 0.54 0 0.22 220.75 0.67 0.47
Hex 28 5B C7 50 36 0 16 DD 43 2F
Octal 50 133 307 120 66 0 26 335 103 57
Binary 101000 1011011 11000111 1010000 110110 0 10110 11011101 1000011 101111

Color Harmonies of #285BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BC7

Black with #285BC7

Text Example


Text Example

White with #285BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,91,199); }

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

background-color css

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

 a { background-color: rgb(40,91,199); }

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

border-color css

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

 span { border-color: rgb(40,91,199); }

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