Html Css Color HEX #4274EA Royal Blue

📋 copy color: '#4274EA'

red 66 ◦ green 116 ◦ blue 234

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

Shades of Royal Blue #4274EA

Tints of Royal Blue #4274EA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

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

R = 15.87%
G = 27.88%
B = 56.25%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4274EA (or 0x4274EA) is known color: Royal Blue. HEX triplet: 42, 74 and EA. RGB value is (66,116,234). Sum of RGB (Red+Green+Blue) = 66+116+234=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #4274EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4274EA is #BD8B15. Grayscale: #717171. Windows color (decimal): -12421910 or 15365186. OLE color: 15365186.

HSL color Cylindrical-coordinate representation of color #4274EA: hue angle of 222.14º 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 #4274EA is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 116 234 -
CMYK 0.72 0.50 0 0.08
HSL 222.14º 0.8% 0.59% -
HSV(B) 222.14º 0.72% 0.92% -
XYZ 23.34 19.59 80.39 -
YUV 114.5 195.44 93.41 -
System Red Green Blue C M Y K H S L
Decimal 66 116 234 0.72 0.50 0 0.08 222.14 0.8 0.59
Hex 42 74 EA 48 32 0 8 DE 50 3B
Octal 102 164 352 110 62 0 10 336 120 73
Binary 1000010 1110100 11101010 1001000 110010 0 1000 11011110 1010000 111011

Color Harmonies of #4274EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4274EA

Black with #4274EA

Text Example


Text Example

White with #4274EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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