Html Css Color HEX #4265FC Royal Blue

📋 copy color: '#4265FC'

red 66 ◦ green 101 ◦ blue 252

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

Shades of Royal Blue #4265FC

Tints of Royal Blue #4265FC

RGB

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

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

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

R = 15.75%
G = 24.11%
B = 60.14%

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

#4265FC (or 0x4265FC) is known color: Royal Blue. HEX triplet: 42, 65 and FC. RGB value is (66,101,252). Sum of RGB (Red+Green+Blue) = 66+101+252=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #4265FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4265FC is #BD9A03. Grayscale: #6B6B6B. Windows color (decimal): -12425732 or 16540994. OLE color: 16540994.

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

Color convert

RGB 66 101 252 -
CMYK 0.74 0.60 0 0.01
HSL 228.71º 0.97% 0.62% -
HSV(B) 228.71º 0.74% 0.99% -
XYZ 24.47 17.49 94.18 -
YUV 107.75 209.4 98.22 -
System Red Green Blue C M Y K H S L
Decimal 66 101 252 0.74 0.60 0 0.01 228.71 0.97 0.62
Hex 42 65 FC 4A 3C 0 1 E5 61 3E
Octal 102 145 374 112 74 0 1 345 141 76
Binary 1000010 1100101 11111100 1001010 111100 0 1 11100101 1100001 111110

Color Harmonies of #4265FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4265FC

Black with #4265FC

Text Example


Text Example

White with #4265FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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