Html Css Color HEX #3A7EFB Royal Blue

📋 copy color: '#3A7EFB'

red 58 ◦ green 126 ◦ blue 251

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

Shades of Royal Blue #3A7EFB

Tints of Royal Blue #3A7EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.97%

 BLUE value IS 251 (98.44% from 255) = 57.7%

R = 13.33%
G = 28.97%
B = 57.7%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A7EFB (or 0x3A7EFB) is known color: Royal Blue. HEX triplet: 3A, 7E and FB. RGB value is (58,126,251). Sum of RGB (Red+Green+Blue) = 58+126+251=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A7EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7EFB is #C58104. Grayscale: #777777. Windows color (decimal): -12943621 or 16481850. OLE color: 16481850.

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

Color convert

RGB 58 126 251 -
CMYK 0.77 0.50 0 0.02
HSL 218.86º 0.96% 0.61% -
HSV(B) 218.86º 0.77% 0.98% -
XYZ 26.62 22.79 94.26 -
YUV 119.92 201.97 83.84 -
System Red Green Blue C M Y K H S L
Decimal 58 126 251 0.77 0.50 0 0.02 218.86 0.96 0.61
Hex 3A 7E FB 4D 32 0 2 DB 60 3D
Octal 72 176 373 115 62 0 2 333 140 75
Binary 111010 1111110 11111011 1001101 110010 0 10 11011011 1100000 111101

Color Harmonies of #3A7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7EFB

Black with #3A7EFB

Text Example


Text Example

White with #3A7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,126,251); }

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

background-color css

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

 a { background-color: rgb(58,126,251); }

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

border-color css

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

 span { border-color: rgb(58,126,251); }

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