Html Css Color HEX #4274FB Royal Blue

📋 copy color: '#4274FB'

red 66 ◦ green 116 ◦ blue 251

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

Shades of Royal Blue #4274FB

Tints of Royal Blue #4274FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.97%

R = 15.24%
G = 26.79%
B = 57.97%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4274FB (or 0x4274FB) is known color: Royal Blue. HEX triplet: 42, 74 and FB. RGB value is (66,116,251). Sum of RGB (Red+Green+Blue) = 66+116+251=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #4274FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4274FB is #BD8B04. Grayscale: #737373. Windows color (decimal): -12421893 or 16479298. OLE color: 16479298.

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

Color convert

RGB 66 116 251 -
CMYK 0.74 0.54 0 0.02
HSL 223.78º 0.96% 0.62% -
HSV(B) 223.78º 0.74% 0.98% -
XYZ 25.9 20.61 93.88 -
YUV 116.44 203.94 92.02 -
System Red Green Blue C M Y K H S L
Decimal 66 116 251 0.74 0.54 0 0.02 223.78 0.96 0.62
Hex 42 74 FB 4A 36 0 2 E0 60 3E
Octal 102 164 373 112 66 0 2 340 140 76
Binary 1000010 1110100 11111011 1001010 110110 0 10 11100000 1100000 111110

Color Harmonies of #4274FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4274FB

Black with #4274FB

Text Example


Text Example

White with #4274FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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