Html Css Color HEX #4270EA Royal Blue

📋 copy color: '#4270EA'

red 66 ◦ green 112 ◦ blue 234

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

Shades of Royal Blue #4270EA

Tints of Royal Blue #4270EA

RGB

 RED value IS 66 (26.17% from 255) = 16.02%

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

 BLUE value IS 234 (91.8% from 255) = 56.8%

R = 16.02%
G = 27.18%
B = 56.8%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4270EA (or 0x4270EA) is known color: Royal Blue. HEX triplet: 42, 70 and EA. RGB value is (66,112,234). Sum of RGB (Red+Green+Blue) = 66+112+234=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #4270EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4270EA is #BD8F15. Grayscale: #6F6F6F. Windows color (decimal): -12422934 or 15364162. OLE color: 15364162.

HSL color Cylindrical-coordinate representation of color #4270EA: hue angle of 223.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4270EA is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 112 234 -
CMYK 0.72 0.52 0 0.08
HSL 223.57º 0.8% 0.59% -
HSV(B) 223.57º 0.72% 0.92% -
XYZ 22.89 18.69 80.24 -
YUV 112.15 196.76 95.08 -
System Red Green Blue C M Y K H S L
Decimal 66 112 234 0.72 0.52 0 0.08 223.57 0.8 0.59
Hex 42 70 EA 48 34 0 8 E0 50 3B
Octal 102 160 352 110 64 0 10 340 120 73
Binary 1000010 1110000 11101010 1001000 110100 0 1000 11100000 1010000 111011

Color Harmonies of #4270EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4270EA

Black with #4270EA

Text Example


Text Example

White with #4270EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4270EA; }

 p { color: rgb(66,112,234); }

 H1.HeaderClassName
 {
   color: #4270EA;
 }
 .AnyTagClassName
 {
   color: #4270EA;
 }
</style>

background-color css

<style>
 a { background-color: #4270EA; }

 a { background-color: rgb(66,112,234); }

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

border-color css

<style>
 span { border-color: #4270EA; }

 span { border-color: rgb(66,112,234); }

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