Html Css Color HEX #285EF3 Royal Blue

📋 copy color: '#285EF3'

red 40 ◦ green 94 ◦ blue 243

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

Shades of Royal Blue #285EF3

Tints of Royal Blue #285EF3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 243 (95.31% from 255) = 64.46%

R = 10.61%
G = 24.93%
B = 64.46%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#285EF3 (or 0x285EF3) is known color: Royal Blue. HEX triplet: 28, 5E and F3. RGB value is (40,94,243). Sum of RGB (Red+Green+Blue) = 40+94+243=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 243 (95.31% from 255 or 64.46% from 377); Max value from RGB is 243 - color contains mainly: blue. Hex color #285EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #285EF3 is #D7A10C. Grayscale: #5E5E5E. Windows color (decimal): -14131469 or 15949352. OLE color: 15949352.

HSL color Cylindrical-coordinate representation of color #285EF3: hue angle of 224.04º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #285EF3 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 94 243 -
CMYK 0.84 0.61 0 0.05
HSL 224.04º 0.89% 0.55% -
HSV(B) 224.04º 0.84% 0.95% -
XYZ 21.06 14.93 86.57 -
YUV 94.84 211.61 88.88 -
System Red Green Blue C M Y K H S L
Decimal 40 94 243 0.84 0.61 0 0.05 224.04 0.89 0.55
Hex 28 5E F3 54 3D 0 5 E0 59 37
Octal 50 136 363 124 75 0 5 340 131 67
Binary 101000 1011110 11110011 1010100 111101 0 101 11100000 1011001 110111

Color Harmonies of #285EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285EF3

Black with #285EF3

Text Example


Text Example

White with #285EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,94,243); }

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

background-color css

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

 a { background-color: rgb(40,94,243); }

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

border-color css

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

 span { border-color: rgb(40,94,243); }

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