Html Css Color HEX #4270EB Royal Blue

📋 copy color: '#4270EB'

red 66 ◦ green 112 ◦ blue 235

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

Shades of Royal Blue #4270EB

Tints of Royal Blue #4270EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 15.98%
G = 27.12%
B = 56.9%

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

#4270EB (or 0x4270EB) is known color: Royal Blue. HEX triplet: 42, 70 and EB. RGB value is (66,112,235). Sum of RGB (Red+Green+Blue) = 66+112+235=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #4270EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4270EB is #BD8F14. Grayscale: #6F6F6F. Windows color (decimal): -12422933 or 15429698. OLE color: 15429698.

HSL color Cylindrical-coordinate representation of color #4270EB: hue angle of 223.67º degrees, saturation: 0.81, 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 #4270EB is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 112 235 -
CMYK 0.72 0.52 0 0.08
HSL 223.67º 0.81% 0.59% -
HSV(B) 223.67º 0.72% 0.92% -
XYZ 23.04 18.74 81 -
YUV 112.27 197.26 95 -
System Red Green Blue C M Y K H S L
Decimal 66 112 235 0.72 0.52 0 0.08 223.67 0.81 0.59
Hex 42 70 EB 48 34 0 8 E0 51 3B
Octal 102 160 353 110 64 0 10 340 121 73
Binary 1000010 1110000 11101011 1001000 110100 0 1000 11100000 1010001 111011

Color Harmonies of #4270EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4270EB

Black with #4270EB

Text Example


Text Example

White with #4270EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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