Html Css Color HEX #4260F9 Royal Blue

📋 copy color: '#4260F9'

red 66 ◦ green 96 ◦ blue 249

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

Shades of Royal Blue #4260F9

Tints of Royal Blue #4260F9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

 BLUE value IS 249 (97.66% from 255) = 60.58%

R = 16.06%
G = 23.36%
B = 60.58%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4260F9 (or 0x4260F9) is known color: Royal Blue. HEX triplet: 42, 60 and F9. RGB value is (66,96,249). Sum of RGB (Red+Green+Blue) = 66+96+249=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #4260F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4260F9 is #BD9F06. Grayscale: #676767. Windows color (decimal): -12427015 or 16343106. OLE color: 16343106.

HSL color Cylindrical-coordinate representation of color #4260F9: hue angle of 230.16º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4260F9 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 96 249 -
CMYK 0.73 0.61 0 0.02
HSL 230.16º 0.94% 0.62% -
HSV(B) 230.16º 0.73% 0.98% -
XYZ 23.53 16.36 91.54 -
YUV 104.47 209.56 100.56 -
System Red Green Blue C M Y K H S L
Decimal 66 96 249 0.73 0.61 0 0.02 230.16 0.94 0.62
Hex 42 60 F9 49 3D 0 2 E6 5E 3E
Octal 102 140 371 111 75 0 2 346 136 76
Binary 1000010 1100000 11111001 1001001 111101 0 10 11100110 1011110 111110

Color Harmonies of #4260F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4260F9

Black with #4260F9

Text Example


Text Example

White with #4260F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4260F9; }

 p { color: rgb(66,96,249); }

 H1.HeaderClassName
 {
   color: #4260F9;
 }
 .AnyTagClassName
 {
   color: #4260F9;
 }
</style>

background-color css

<style>
 a { background-color: #4260F9; }

 a { background-color: rgb(66,96,249); }

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

border-color css

<style>
 span { border-color: #4260F9; }

 span { border-color: rgb(66,96,249); }

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