Html Css Color HEX #3A8AFE Dodger Blue

📋 copy color: '#3A8AFE'

red 58 ◦ green 138 ◦ blue 254

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

Shades of Dodger Blue #3A8AFE

Tints of Dodger Blue #3A8AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.67%

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 12.89%
G = 30.67%
B = 56.44%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3A8AFE (or 0x3A8AFE) is known color: Dodger Blue. HEX triplet: 3A, 8A and FE. RGB value is (58,138,254). Sum of RGB (Red+Green+Blue) = 58+138+254=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A8AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A8AFE is #C57501. Grayscale: #7E7E7E. Windows color (decimal): -12940546 or 16681530. OLE color: 16681530.

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

Color convert

RGB 58 138 254 -
CMYK 0.77 0.46 0 0.00
HSL 215.51º 0.99% 0.61% -
HSV(B) 215.51º 0.77% 1% -
XYZ 28.72 26.23 97.32 -
YUV 127.3 199.5 78.57 -
System Red Green Blue C M Y K H S L
Decimal 58 138 254 0.77 0.46 0 0.00 215.51 0.99 0.61
Hex 3A 8A FE 4D 2E 0 0 D8 63 3D
Octal 72 212 376 115 56 0 0 330 143 75
Binary 111010 10001010 11111110 1001101 101110 0 0 11011000 1100011 111101

Color Harmonies of #3A8AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8AFE

Black with #3A8AFE

Text Example


Text Example

White with #3A8AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,138,254); }

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

background-color css

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

 a { background-color: rgb(58,138,254); }

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

border-color css

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

 span { border-color: rgb(58,138,254); }

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