Html Css Color HEX #284DF2 Royal Blue

📋 copy color: '#284DF2'

red 40 ◦ green 77 ◦ blue 242

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

Shades of Royal Blue #284DF2

Tints of Royal Blue #284DF2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.45%

 BLUE value IS 242 (94.92% from 255) = 67.41%

R = 11.14%
G = 21.45%
B = 67.41%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#284DF2 (or 0x284DF2) is known color: Royal Blue. HEX triplet: 28, 4D and F2. RGB value is (40,77,242). Sum of RGB (Red+Green+Blue) = 40+77+242=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 242 (94.92% from 255 or 67.41% from 359); Max value from RGB is 242 - color contains mainly: blue. Hex color #284DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284DF2 is #D7B20D. Grayscale: #545454. Windows color (decimal): -14135822 or 15879464. OLE color: 15879464.

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

Color convert

RGB 40 77 242 -
CMYK 0.83 0.68 0 0.05
HSL 229.01º 0.89% 0.55% -
HSV(B) 229.01º 0.83% 0.95% -
XYZ 19.56 12.17 85.32 -
YUV 84.75 216.74 96.08 -
System Red Green Blue C M Y K H S L
Decimal 40 77 242 0.83 0.68 0 0.05 229.01 0.89 0.55
Hex 28 4D F2 53 44 0 5 E5 59 37
Octal 50 115 362 123 104 0 5 345 131 67
Binary 101000 1001101 11110010 1010011 1000100 0 101 11100101 1011001 110111

Color Harmonies of #284DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284DF2

Black with #284DF2

Text Example


Text Example

White with #284DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,77,242); }

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

background-color css

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

 a { background-color: rgb(40,77,242); }

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

border-color css

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

 span { border-color: rgb(40,77,242); }

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