Html Css Color HEX #4274D0 Royal Blue

📋 copy color: '#4274D0'

red 66 ◦ green 116 ◦ blue 208

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

Shades of Royal Blue #4274D0

Tints of Royal Blue #4274D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.33%

R = 16.92%
G = 29.74%
B = 53.33%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4274D0 (or 0x4274D0) is known color: Royal Blue. HEX triplet: 42, 74 and D0. RGB value is (66,116,208). Sum of RGB (Red+Green+Blue) = 66+116+208=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #4274D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274D0 is #BD8B2F. Grayscale: #6F6F6F. Windows color (decimal): -12421936 or 13661250. OLE color: 13661250.

HSL color Cylindrical-coordinate representation of color #4274D0: hue angle of 218.87º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4274D0 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 116 208 -
CMYK 0.68 0.44 0 0.18
HSL 218.87º 0.6% 0.54% -
HSV(B) 218.87º 0.68% 0.82% -
XYZ 19.88 18.2 62.14 -
YUV 111.54 182.44 95.52 -
System Red Green Blue C M Y K H S L
Decimal 66 116 208 0.68 0.44 0 0.18 218.87 0.6 0.54
Hex 42 74 D0 44 2C 0 12 DB 3C 36
Octal 102 164 320 104 54 0 22 333 74 66
Binary 1000010 1110100 11010000 1000100 101100 0 10010 11011011 111100 110110

Color Harmonies of #4274D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4274D0

Black with #4274D0

Text Example


Text Example

White with #4274D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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