Html Css Color HEX #284FEC Royal Blue

📋 copy color: '#284FEC'

red 40 ◦ green 79 ◦ blue 236

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

Shades of Royal Blue #284FEC

Tints of Royal Blue #284FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.25%

 BLUE value IS 236 (92.58% from 255) = 66.48%

R = 11.27%
G = 22.25%
B = 66.48%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#284FEC (or 0x284FEC) is known color: Royal Blue. HEX triplet: 28, 4F and EC. RGB value is (40,79,236). Sum of RGB (Red+Green+Blue) = 40+79+236=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #284FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284FEC is #D7B013. Grayscale: #545454. Windows color (decimal): -14135316 or 15486760. OLE color: 15486760.

HSL color Cylindrical-coordinate representation of color #284FEC: hue angle of 228.06º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #284FEC is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 79 236 -
CMYK 0.83 0.67 0 0.07
HSL 228.06º 0.84% 0.54% -
HSV(B) 228.06º 0.83% 0.93% -
XYZ 18.81 12.1 80.7 -
YUV 85.24 213.08 95.73 -
System Red Green Blue C M Y K H S L
Decimal 40 79 236 0.83 0.67 0 0.07 228.06 0.84 0.54
Hex 28 4F EC 53 43 0 7 E4 54 36
Octal 50 117 354 123 103 0 7 344 124 66
Binary 101000 1001111 11101100 1010011 1000011 0 111 11100100 1010100 110110

Color Harmonies of #284FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284FEC

Black with #284FEC

Text Example


Text Example

White with #284FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284FEC; }

 p { color: rgb(40,79,236); }

 H1.HeaderClassName
 {
   color: #284FEC;
 }
 .AnyTagClassName
 {
   color: #284FEC;
 }
</style>

background-color css

<style>
 a { background-color: #284FEC; }

 a { background-color: rgb(40,79,236); }

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

border-color css

<style>
 span { border-color: #284FEC; }

 span { border-color: rgb(40,79,236); }

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