Html Css Color HEX #4268FD Royal Blue

📋 copy color: '#4268FD'

red 66 ◦ green 104 ◦ blue 253

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

Shades of Royal Blue #4268FD

Tints of Royal Blue #4268FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.59%

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

R = 15.6%
G = 24.59%
B = 59.81%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4268FD (or 0x4268FD) is known color: Royal Blue. HEX triplet: 42, 68 and FD. RGB value is (66,104,253). Sum of RGB (Red+Green+Blue) = 66+104+253=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #4268FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4268FD is #BD9702. Grayscale: #6C6C6C. Windows color (decimal): -12424963 or 16607298. OLE color: 16607298.

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

Color convert

RGB 66 104 253 -
CMYK 0.74 0.59 0 0.01
HSL 227.81º 0.98% 0.63% -
HSV(B) 227.81º 0.74% 0.99% -
XYZ 24.93 18.15 95.12 -
YUV 109.62 208.91 96.88 -
System Red Green Blue C M Y K H S L
Decimal 66 104 253 0.74 0.59 0 0.01 227.81 0.98 0.63
Hex 42 68 FD 4A 3B 0 1 E4 62 3F
Octal 102 150 375 112 73 0 1 344 142 77
Binary 1000010 1101000 11111101 1001010 111011 0 1 11100100 1100010 111111

Color Harmonies of #4268FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4268FD

Black with #4268FD

Text Example


Text Example

White with #4268FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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