Html Css Color HEX #4274DD Royal Blue

📋 copy color: '#4274DD'

red 66 ◦ green 116 ◦ blue 221

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

Shades of Royal Blue #4274DD

Tints of Royal Blue #4274DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 16.38%
G = 28.78%
B = 54.84%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4274DD (or 0x4274DD) is known color: Royal Blue. HEX triplet: 42, 74 and DD. RGB value is (66,116,221). Sum of RGB (Red+Green+Blue) = 66+116+221=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #4274DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274DD is #BD8B22. Grayscale: #707070. Windows color (decimal): -12421923 or 14513218. OLE color: 14513218.

HSL color Cylindrical-coordinate representation of color #4274DD: hue angle of 220.65º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4274DD is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 116 221 -
CMYK 0.70 0.48 0 0.13
HSL 220.65º 0.7% 0.56% -
HSV(B) 220.65º 0.7% 0.87% -
XYZ 21.54 18.87 70.91 -
YUV 113.02 188.94 94.46 -
System Red Green Blue C M Y K H S L
Decimal 66 116 221 0.70 0.48 0 0.13 220.65 0.7 0.56
Hex 42 74 DD 46 30 0 D DD 46 38
Octal 102 164 335 106 60 0 15 335 106 70
Binary 1000010 1110100 11011101 1000110 110000 0 1101 11011101 1000110 111000

Color Harmonies of #4274DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4274DD

Black with #4274DD

Text Example


Text Example

White with #4274DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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