Html Css Color HEX #3A8FFB Dodger Blue

📋 copy color: '#3A8FFB'

red 58 ◦ green 143 ◦ blue 251

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

Shades of Dodger Blue #3A8FFB

Tints of Dodger Blue #3A8FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.64%

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

R = 12.83%
G = 31.64%
B = 55.53%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A8FFB (or 0x3A8FFB) is known color: Dodger Blue. HEX triplet: 3A, 8F and FB. RGB value is (58,143,251). Sum of RGB (Red+Green+Blue) = 58+143+251=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A8FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A8FFB is #C57004. Grayscale: #818181. Windows color (decimal): -12939269 or 16486202. OLE color: 16486202.

HSL color Cylindrical-coordinate representation of color #3A8FFB: hue angle of 213.58º 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 #3A8FFB is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 143 251 -
CMYK 0.77 0.43 0 0.02
HSL 213.58º 0.96% 0.61% -
HSV(B) 213.58º 0.77% 0.98% -
XYZ 28.98 27.51 95.05 -
YUV 129.9 196.34 76.72 -
System Red Green Blue C M Y K H S L
Decimal 58 143 251 0.77 0.43 0 0.02 213.58 0.96 0.61
Hex 3A 8F FB 4D 2B 0 2 D6 60 3D
Octal 72 217 373 115 53 0 2 326 140 75
Binary 111010 10001111 11111011 1001101 101011 0 10 11010110 1100000 111101

Color Harmonies of #3A8FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8FFB

Black with #3A8FFB

Text Example


Text Example

White with #3A8FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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