Html Css Color HEX #4470FA Royal Blue

📋 copy color: '#4470FA'

red 68 ◦ green 112 ◦ blue 250

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

Shades of Royal Blue #4470FA

Tints of Royal Blue #4470FA

RGB

 RED value IS 68 (26.95% from 255) = 15.81%

 GREEN value IS 112 (44.14% from 255) = 26.05%

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

R = 15.81%
G = 26.05%
B = 58.14%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4470FA (or 0x4470FA) is known color: Royal Blue. HEX triplet: 44, 70 and FA. RGB value is (68,112,250). Sum of RGB (Red+Green+Blue) = 68+112+250=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #4470FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4470FA is #BB8F05. Grayscale: #717171. Windows color (decimal): -12291846 or 16412740. OLE color: 16412740.

HSL color Cylindrical-coordinate representation of color #4470FA: hue angle of 225.49º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4470FA is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 112 250 -
CMYK 0.73 0.55 0 0.02
HSL 225.49º 0.95% 0.62% -
HSV(B) 225.49º 0.73% 0.98% -
XYZ 25.43 19.72 92.91 -
YUV 114.58 204.42 94.78 -
System Red Green Blue C M Y K H S L
Decimal 68 112 250 0.73 0.55 0 0.02 225.49 0.95 0.62
Hex 44 70 FA 49 37 0 2 E1 5F 3E
Octal 104 160 372 111 67 0 2 341 137 76
Binary 1000100 1110000 11111010 1001001 110111 0 10 11100001 1011111 111110

Color Harmonies of #4470FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4470FA

Black with #4470FA

Text Example


Text Example

White with #4470FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4470FA; }

 p { color: rgb(68,112,250); }

 H1.HeaderClassName
 {
   color: #4470FA;
 }
 .AnyTagClassName
 {
   color: #4470FA;
 }
</style>

background-color css

<style>
 a { background-color: #4470FA; }

 a { background-color: rgb(68,112,250); }

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

border-color css

<style>
 span { border-color: #4470FA; }

 span { border-color: rgb(68,112,250); }

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