Html Css Color HEX #3A6EFD Royal Blue

📋 copy color: '#3A6EFD'

red 58 ◦ green 110 ◦ blue 253

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

Shades of Royal Blue #3A6EFD

Tints of Royal Blue #3A6EFD

RGB

 RED value IS 58 (23.05% from 255) = 13.78%

 GREEN value IS 110 (43.36% from 255) = 26.13%

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

R = 13.78%
G = 26.13%
B = 60.1%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A6EFD (or 0x3A6EFD) is known color: Royal Blue. HEX triplet: 3A, 6E and FD. RGB value is (58,110,253). Sum of RGB (Red+Green+Blue) = 58+110+253=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 110 (43.36% from 255 or 26.13% 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 #3A6EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6EFD is #C59102. Grayscale: #6E6E6E. Windows color (decimal): -12947715 or 16608826. OLE color: 16608826.

HSL color Cylindrical-coordinate representation of color #3A6EFD: hue angle of 224º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A6EFD is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 110 253 -
CMYK 0.77 0.57 0 0.01
HSL 224º 0.98% 0.61% -
HSV(B) 224º 0.77% 0.99% -
XYZ 25.05 19.14 95.3 -
YUV 110.75 208.27 90.37 -
System Red Green Blue C M Y K H S L
Decimal 58 110 253 0.77 0.57 0 0.01 224 0.98 0.61
Hex 3A 6E FD 4D 39 0 1 E0 62 3D
Octal 72 156 375 115 71 0 1 340 142 75
Binary 111010 1101110 11111101 1001101 111001 0 1 11100000 1100010 111101

Color Harmonies of #3A6EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6EFD

Black with #3A6EFD

Text Example


Text Example

White with #3A6EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A6EFD; }

 p { color: rgb(58,110,253); }

 H1.HeaderClassName
 {
   color: #3A6EFD;
 }
 .AnyTagClassName
 {
   color: #3A6EFD;
 }
</style>

background-color css

<style>
 a { background-color: #3A6EFD; }

 a { background-color: rgb(58,110,253); }

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

border-color css

<style>
 span { border-color: #3A6EFD; }

 span { border-color: rgb(58,110,253); }

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