Html Css Color HEX #4265FD Royal Blue

📋 copy color: '#4265FD'

red 66 ◦ green 101 ◦ blue 253

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

Shades of Royal Blue #4265FD

Tints of Royal Blue #4265FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.05%

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

R = 15.71%
G = 24.05%
B = 60.24%

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

#4265FD (or 0x4265FD) is known color: Royal Blue. HEX triplet: 42, 65 and FD. RGB value is (66,101,253). Sum of RGB (Red+Green+Blue) = 66+101+253=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #4265FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4265FD is #BD9A02. Grayscale: #6B6B6B. Windows color (decimal): -12425731 or 16606530. OLE color: 16606530.

HSL color Cylindrical-coordinate representation of color #4265FD: hue angle of 228.77º 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 #4265FD is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 101 253 -
CMYK 0.74 0.60 0 0.01
HSL 228.77º 0.98% 0.63% -
HSV(B) 228.77º 0.74% 0.99% -
XYZ 24.63 17.56 95.02 -
YUV 107.86 209.9 98.14 -
System Red Green Blue C M Y K H S L
Decimal 66 101 253 0.74 0.60 0 0.01 228.77 0.98 0.63
Hex 42 65 FD 4A 3C 0 1 E5 62 3F
Octal 102 145 375 112 74 0 1 345 142 77
Binary 1000010 1100101 11111101 1001010 111100 0 1 11100101 1100010 111111

Color Harmonies of #4265FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4265FD

Black with #4265FD

Text Example


Text Example

White with #4265FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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