Html Css Color HEX #3A85FC Dodger Blue

📋 copy color: '#3A85FC'

red 58 ◦ green 133 ◦ blue 252

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

Shades of Dodger Blue #3A85FC

Tints of Dodger Blue #3A85FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.88%

R = 13.09%
G = 30.02%
B = 56.88%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A85FC (or 0x3A85FC) is known color: Dodger Blue. HEX triplet: 3A, 85 and FC. RGB value is (58,133,252). Sum of RGB (Red+Green+Blue) = 58+133+252=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A85FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A85FC is #C57A03. Grayscale: #7B7B7B. Windows color (decimal): -12941828 or 16549178. OLE color: 16549178.

HSL color Cylindrical-coordinate representation of color #3A85FC: hue angle of 216.8º degrees, saturation: 0.97, 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 #3A85FC is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 133 252 -
CMYK 0.77 0.47 0 0.01
HSL 216.8º 0.97% 0.61% -
HSV(B) 216.8º 0.77% 0.99% -
XYZ 27.7 24.7 95.4 -
YUV 124.14 200.15 80.82 -
System Red Green Blue C M Y K H S L
Decimal 58 133 252 0.77 0.47 0 0.01 216.8 0.97 0.61
Hex 3A 85 FC 4D 2F 0 1 D9 61 3D
Octal 72 205 374 115 57 0 1 331 141 75
Binary 111010 10000101 11111100 1001101 101111 0 1 11011001 1100001 111101

Color Harmonies of #3A85FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A85FC

Black with #3A85FC

Text Example


Text Example

White with #3A85FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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