Html Css Color HEX #3A85FE Dodger Blue

📋 copy color: '#3A85FE'

red 58 ◦ green 133 ◦ blue 254

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

Shades of Dodger Blue #3A85FE

Tints of Dodger Blue #3A85FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

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

R = 13.03%
G = 29.89%
B = 57.08%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3A85FE (or 0x3A85FE) is known color: Dodger Blue. HEX triplet: 3A, 85 and FE. RGB value is (58,133,254). Sum of RGB (Red+Green+Blue) = 58+133+254=445 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.03% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A85FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A85FE is #C57A01. Grayscale: #7B7B7B. Windows color (decimal): -12941826 or 16680250. OLE color: 16680250.

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

Color convert

RGB 58 133 254 -
CMYK 0.77 0.48 0 0.00
HSL 217.04º 0.99% 0.61% -
HSV(B) 217.04º 0.77% 1% -
XYZ 28.02 24.83 97.08 -
YUV 124.37 201.15 80.66 -
System Red Green Blue C M Y K H S L
Decimal 58 133 254 0.77 0.48 0 0.00 217.04 0.99 0.61
Hex 3A 85 FE 4D 30 0 0 D9 63 3D
Octal 72 205 376 115 60 0 0 331 143 75
Binary 111010 10000101 11111110 1001101 110000 0 0 11011001 1100011 111101

Color Harmonies of #3A85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A85FE

Black with #3A85FE

Text Example


Text Example

White with #3A85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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