Html Css Color HEX #285DD7 Cerulean Blue

📋 copy color: '#285DD7'

red 40 ◦ green 93 ◦ blue 215

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

Shades of Cerulean Blue #285DD7

Tints of Cerulean Blue #285DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.78%

R = 11.49%
G = 26.72%
B = 61.78%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#285DD7 (or 0x285DD7) is known color: Cerulean Blue. HEX triplet: 28, 5D and D7. RGB value is (40,93,215). Sum of RGB (Red+Green+Blue) = 40+93+215=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 215 (84.38% from 255 or 61.78% from 348); Max value from RGB is 215 - color contains mainly: blue. Hex color #285DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DD7 is #D7A228. Grayscale: #5A5A5A. Windows color (decimal): -14131753 or 14114088. OLE color: 14114088.

HSL color Cylindrical-coordinate representation of color #285DD7: hue angle of 221.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #285DD7 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 93 215 -
CMYK 0.81 0.57 0 0.16
HSL 221.83º 0.69% 0.5% -
HSV(B) 221.83º 0.81% 0.84% -
XYZ 17.06 13.19 65.94 -
YUV 91.06 197.94 91.58 -
System Red Green Blue C M Y K H S L
Decimal 40 93 215 0.81 0.57 0 0.16 221.83 0.69 0.5
Hex 28 5D D7 51 39 0 10 DE 45 32
Octal 50 135 327 121 71 0 20 336 105 62
Binary 101000 1011101 11010111 1010001 111001 0 10000 11011110 1000101 110010

Color Harmonies of #285DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285DD7

Black with #285DD7

Text Example


Text Example

White with #285DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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