Html Css Color HEX #284CF1 Royal Blue

📋 copy color: '#284CF1'

red 40 ◦ green 76 ◦ blue 241

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

Shades of Royal Blue #284CF1

Tints of Royal Blue #284CF1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.29%

 BLUE value IS 241 (94.53% from 255) = 67.51%

R = 11.2%
G = 21.29%
B = 67.51%

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

#284CF1 (or 0x284CF1) is known color: Royal Blue. HEX triplet: 28, 4C and F1. RGB value is (40,76,241). Sum of RGB (Red+Green+Blue) = 40+76+241=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #284CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284CF1 is #D7B30E. Grayscale: #535353. Windows color (decimal): -14136079 or 15813672. OLE color: 15813672.

HSL color Cylindrical-coordinate representation of color #284CF1: hue angle of 229.25º degrees, saturation: 0.88, 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 #284CF1 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 76 241 -
CMYK 0.83 0.68 0 0.05
HSL 229.25º 0.88% 0.55% -
HSV(B) 229.25º 0.83% 0.95% -
XYZ 19.34 11.97 84.51 -
YUV 84.05 216.57 96.58 -
System Red Green Blue C M Y K H S L
Decimal 40 76 241 0.83 0.68 0 0.05 229.25 0.88 0.55
Hex 28 4C F1 53 44 0 5 E5 58 37
Octal 50 114 361 123 104 0 5 345 130 67
Binary 101000 1001100 11110001 1010011 1000100 0 101 11100101 1011000 110111

Color Harmonies of #284CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284CF1

Black with #284CF1

Text Example


Text Example

White with #284CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,76,241); }

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

background-color css

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

 a { background-color: rgb(40,76,241); }

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

border-color css

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

 span { border-color: rgb(40,76,241); }

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