Html Css Color HEX #4266FD Royal Blue

📋 copy color: '#4266FD'

red 66 ◦ green 102 ◦ blue 253

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

Shades of Royal Blue #4266FD

Tints of Royal Blue #4266FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.23%

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 15.68%
G = 24.23%
B = 60.1%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4266FD (or 0x4266FD) is known color: Royal Blue. HEX triplet: 42, 66 and FD. RGB value is (66,102,253). Sum of RGB (Red+Green+Blue) = 66+102+253=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #4266FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4266FD is #BD9902. Grayscale: #6B6B6B. Windows color (decimal): -12425475 or 16606786. OLE color: 16606786.

HSL color Cylindrical-coordinate representation of color #4266FD: hue angle of 228.45º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4266FD is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 102 253 -
CMYK 0.74 0.60 0 0.01
HSL 228.45º 0.98% 0.63% -
HSV(B) 228.45º 0.74% 0.99% -
XYZ 24.73 17.75 95.05 -
YUV 108.45 209.57 97.72 -
System Red Green Blue C M Y K H S L
Decimal 66 102 253 0.74 0.60 0 0.01 228.45 0.98 0.63
Hex 42 66 FD 4A 3C 0 1 E4 62 3F
Octal 102 146 375 112 74 0 1 344 142 77
Binary 1000010 1100110 11111101 1001010 111100 0 1 11100100 1100010 111111

Color Harmonies of #4266FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4266FD

Black with #4266FD

Text Example


Text Example

White with #4266FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4266FD; }

 p { color: rgb(66,102,253); }

 H1.HeaderClassName
 {
   color: #4266FD;
 }
 .AnyTagClassName
 {
   color: #4266FD;
 }
</style>

background-color css

<style>
 a { background-color: #4266FD; }

 a { background-color: rgb(66,102,253); }

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

border-color css

<style>
 span { border-color: #4266FD; }

 span { border-color: rgb(66,102,253); }

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