Html Css Color HEX #4274ED Royal Blue

📋 copy color: '#4274ED'

red 66 ◦ green 116 ◦ blue 237

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

Shades of Royal Blue #4274ED

Tints of Royal Blue #4274ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.56%

R = 15.75%
G = 27.68%
B = 56.56%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4274ED (or 0x4274ED) is known color: Royal Blue. HEX triplet: 42, 74 and ED. RGB value is (66,116,237). Sum of RGB (Red+Green+Blue) = 66+116+237=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #4274ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4274ED is #BD8B12. Grayscale: #727272. Windows color (decimal): -12421907 or 15561794. OLE color: 15561794.

HSL color Cylindrical-coordinate representation of color #4274ED: hue angle of 222.46º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4274ED is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 116 237 -
CMYK 0.72 0.51 0 0.07
HSL 222.46º 0.83% 0.59% -
HSV(B) 222.46º 0.72% 0.93% -
XYZ 23.78 19.76 82.68 -
YUV 114.84 196.94 93.16 -
System Red Green Blue C M Y K H S L
Decimal 66 116 237 0.72 0.51 0 0.07 222.46 0.83 0.59
Hex 42 74 ED 48 33 0 7 DE 53 3B
Octal 102 164 355 110 63 0 7 336 123 73
Binary 1000010 1110100 11101101 1001000 110011 0 111 11011110 1010011 111011

Color Harmonies of #4274ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4274ED

Black with #4274ED

Text Example


Text Example

White with #4274ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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