Html Css Color HEX #486BFA Royal Blue

📋 copy color: '#486BFA'

red 72 ◦ green 107 ◦ blue 250

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

Shades of Royal Blue #486BFA

Tints of Royal Blue #486BFA

RGB

 RED value IS 72 (28.52% from 255) = 16.78%

 GREEN value IS 107 (42.19% from 255) = 24.94%

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 16.78%
G = 24.94%
B = 58.28%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#486BFA (or 0x486BFA) is known color: Royal Blue. HEX triplet: 48, 6B and FA. RGB value is (72,107,250). Sum of RGB (Red+Green+Blue) = 72+107+250=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #486BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486BFA is #B79405. Grayscale: #707070. Windows color (decimal): -12030982 or 16411464. OLE color: 16411464.

HSL color Cylindrical-coordinate representation of color #486BFA: hue angle of 228.2º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #486BFA is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 107 250 -
CMYK 0.71 0.57 0 0.02
HSL 228.2º 0.95% 0.63% -
HSV(B) 228.2º 0.71% 0.98% -
XYZ 25.19 18.8 92.74 -
YUV 112.84 205.4 98.87 -
System Red Green Blue C M Y K H S L
Decimal 72 107 250 0.71 0.57 0 0.02 228.2 0.95 0.63
Hex 48 6B FA 47 39 0 2 E4 5F 3F
Octal 110 153 372 107 71 0 2 344 137 77
Binary 1001000 1101011 11111010 1000111 111001 0 10 11100100 1011111 111111

Color Harmonies of #486BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BFA

Black with #486BFA

Text Example


Text Example

White with #486BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486BFA; }

 p { color: rgb(72,107,250); }

 H1.HeaderClassName
 {
   color: #486BFA;
 }
 .AnyTagClassName
 {
   color: #486BFA;
 }
</style>

background-color css

<style>
 a { background-color: #486BFA; }

 a { background-color: rgb(72,107,250); }

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

border-color css

<style>
 span { border-color: #486BFA; }

 span { border-color: rgb(72,107,250); }

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