Html Css Color HEX #2A70F4 Royal Blue

📋 copy color: '#2A70F4'

red 42 ◦ green 112 ◦ blue 244

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

Shades of Royal Blue #2A70F4

Tints of Royal Blue #2A70F4

RGB

 RED value IS 42 (16.8% from 255) = 10.55%

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

 BLUE value IS 244 (95.7% from 255) = 61.31%

R = 10.55%
G = 28.14%
B = 61.31%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2A70F4 (or 0x2A70F4) is known color: Royal Blue. HEX triplet: 2A, 70 and F4. RGB value is (42,112,244). Sum of RGB (Red+Green+Blue) = 42+112+244=398 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.55% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 244 (95.70% from 255 or 61.31% from 398); Max value from RGB is 244 - color contains mainly: blue. Hex color #2A70F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A70F4 is #D58F0B. Grayscale: #696969. Windows color (decimal): -13995788 or 16019498. OLE color: 16019498.

HSL color Cylindrical-coordinate representation of color #2A70F4: hue angle of 219.21º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A70F4 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 42 112 244 -
CMYK 0.83 0.54 0 0.04
HSL 219.21º 0.9% 0.56% -
HSV(B) 219.21º 0.83% 0.96% -
XYZ 23.08 18.61 87.96 -
YUV 106.12 205.81 82.27 -
System Red Green Blue C M Y K H S L
Decimal 42 112 244 0.83 0.54 0 0.04 219.21 0.9 0.56
Hex 2A 70 F4 53 36 0 4 DB 5A 38
Octal 52 160 364 123 66 0 4 333 132 70
Binary 101010 1110000 11110100 1010011 110110 0 100 11011011 1011010 111000

Color Harmonies of #2A70F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A70F4

Black with #2A70F4

Text Example


Text Example

White with #2A70F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A70F4; }

 p { color: rgb(42,112,244); }

 H1.HeaderClassName
 {
   color: #2A70F4;
 }
 .AnyTagClassName
 {
   color: #2A70F4;
 }
</style>

background-color css

<style>
 a { background-color: #2A70F4; }

 a { background-color: rgb(42,112,244); }

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

border-color css

<style>
 span { border-color: #2A70F4; }

 span { border-color: rgb(42,112,244); }

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