Html Css Color HEX #285FDF Royal Blue

📋 copy color: '#285FDF'

red 40 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #285FDF

Tints of Royal Blue #285FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.54%

 BLUE value IS 223 (87.5% from 255) = 62.29%

R = 11.17%
G = 26.54%
B = 62.29%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#285FDF (or 0x285FDF) is known color: Royal Blue. HEX triplet: 28, 5F and DF. RGB value is (40,95,223). Sum of RGB (Red+Green+Blue) = 40+95+223=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #285FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285FDF is #D7A020. Grayscale: #5C5C5C. Windows color (decimal): -14131233 or 14638888. OLE color: 14638888.

HSL color Cylindrical-coordinate representation of color #285FDF: hue angle of 221.97º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285FDF is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 95 223 -
CMYK 0.82 0.57 0 0.13
HSL 221.97º 0.74% 0.52% -
HSV(B) 221.97º 0.82% 0.87% -
XYZ 18.29 13.96 71.54 -
YUV 93.15 201.28 90.09 -
System Red Green Blue C M Y K H S L
Decimal 40 95 223 0.82 0.57 0 0.13 221.97 0.74 0.52
Hex 28 5F DF 52 39 0 D DE 4A 34
Octal 50 137 337 122 71 0 15 336 112 64
Binary 101000 1011111 11011111 1010010 111001 0 1101 11011110 1001010 110100

Color Harmonies of #285FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285FDF

Black with #285FDF

Text Example


Text Example

White with #285FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,95,223); }

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

background-color css

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

 a { background-color: rgb(40,95,223); }

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

border-color css

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

 span { border-color: rgb(40,95,223); }

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