Html Css Color HEX #4274CF Royal Blue

📋 copy color: '#4274CF'

red 66 ◦ green 116 ◦ blue 207

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

Shades of Royal Blue #4274CF

Tints of Royal Blue #4274CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 16.97%
G = 29.82%
B = 53.21%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4274CF (or 0x4274CF) is known color: Royal Blue. HEX triplet: 42, 74 and CF. RGB value is (66,116,207). Sum of RGB (Red+Green+Blue) = 66+116+207=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #4274CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274CF is #BD8B30. Grayscale: #6F6F6F. Windows color (decimal): -12421937 or 13595714. OLE color: 13595714.

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

Color convert

RGB 66 116 207 -
CMYK 0.68 0.44 0 0.19
HSL 218.72º 0.59% 0.54% -
HSV(B) 218.72º 0.68% 0.81% -
XYZ 19.75 18.15 61.49 -
YUV 111.42 181.94 95.6 -
System Red Green Blue C M Y K H S L
Decimal 66 116 207 0.68 0.44 0 0.19 218.72 0.59 0.54
Hex 42 74 CF 44 2C 0 13 DB 3B 36
Octal 102 164 317 104 54 0 23 333 73 66
Binary 1000010 1110100 11001111 1000100 101100 0 10011 11011011 111011 110110

Color Harmonies of #4274CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4274CF

Black with #4274CF

Text Example


Text Example

White with #4274CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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