Html Css Color HEX #4069FD Royal Blue

📋 copy color: '#4069FD'

red 64 ◦ green 105 ◦ blue 253

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

Shades of Royal Blue #4069FD

Tints of Royal Blue #4069FD

RGB

 RED value IS 64 (25.39% from 255) = 15.17%

 GREEN value IS 105 (41.41% from 255) = 24.88%

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

R = 15.17%
G = 24.88%
B = 59.95%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4069FD (or 0x4069FD) is known color: Royal Blue. HEX triplet: 40, 69 and FD. RGB value is (64,105,253). Sum of RGB (Red+Green+Blue) = 64+105+253=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #4069FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4069FD is #BF9602. Grayscale: #6C6C6C. Windows color (decimal): -12555779 or 16607552. OLE color: 16607552.

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

Color convert

RGB 64 105 253 -
CMYK 0.75 0.58 0 0.01
HSL 226.98º 0.98% 0.62% -
HSV(B) 226.98º 0.75% 0.99% -
XYZ 24.9 18.28 95.15 -
YUV 109.61 208.92 95.47 -
System Red Green Blue C M Y K H S L
Decimal 64 105 253 0.75 0.58 0 0.01 226.98 0.98 0.62
Hex 40 69 FD 4B 3A 0 1 E3 62 3E
Octal 100 151 375 113 72 0 1 343 142 76
Binary 1000000 1101001 11111101 1001011 111010 0 1 11100011 1100010 111110

Color Harmonies of #4069FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4069FD

Black with #4069FD

Text Example


Text Example

White with #4069FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,105,253); }

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

background-color css

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

 a { background-color: rgb(64,105,253); }

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

border-color css

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

 span { border-color: rgb(64,105,253); }

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