Html Css Color HEX #4274FC Royal Blue

📋 copy color: '#4274FC'

red 66 ◦ green 116 ◦ blue 252

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

Shades of Royal Blue #4274FC

Tints of Royal Blue #4274FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.06%

R = 15.21%
G = 26.73%
B = 58.06%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4274FC (or 0x4274FC) is known color: Royal Blue. HEX triplet: 42, 74 and FC. RGB value is (66,116,252). Sum of RGB (Red+Green+Blue) = 66+116+252=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #4274FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4274FC is #BD8B03. Grayscale: #737373. Windows color (decimal): -12421892 or 16544834. OLE color: 16544834.

HSL color Cylindrical-coordinate representation of color #4274FC: hue angle of 223.87º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4274FC is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 116 252 -
CMYK 0.74 0.54 0 0.01
HSL 223.87º 0.97% 0.62% -
HSV(B) 223.87º 0.74% 0.99% -
XYZ 26.06 20.68 94.71 -
YUV 116.55 204.44 91.94 -
System Red Green Blue C M Y K H S L
Decimal 66 116 252 0.74 0.54 0 0.01 223.87 0.97 0.62
Hex 42 74 FC 4A 36 0 1 E0 61 3E
Octal 102 164 374 112 66 0 1 340 141 76
Binary 1000010 1110100 11111100 1001010 110110 0 1 11100000 1100001 111110

Color Harmonies of #4274FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4274FC

Black with #4274FC

Text Example


Text Example

White with #4274FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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