Html Css Color HEX #3A94F2 Dodger Blue

📋 copy color: '#3A94F2'

red 58 ◦ green 148 ◦ blue 242

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

Shades of Dodger Blue #3A94F2

Tints of Dodger Blue #3A94F2

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.04%

 BLUE value IS 242 (94.92% from 255) = 54.02%

R = 12.95%
G = 33.04%
B = 54.02%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3A94F2 (or 0x3A94F2) is known color: Dodger Blue. HEX triplet: 3A, 94 and F2. RGB value is (58,148,242). Sum of RGB (Red+Green+Blue) = 58+148+242=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #3A94F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A94F2 is #C56B0D. Grayscale: #838383. Windows color (decimal): -12937998 or 15897658. OLE color: 15897658.

HSL color Cylindrical-coordinate representation of color #3A94F2: hue angle of 210.65º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A94F2 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 148 242 -
CMYK 0.76 0.39 0 0.05
HSL 210.65º 0.88% 0.59% -
HSV(B) 210.65º 0.76% 0.95% -
XYZ 28.36 28.49 88.01 -
YUV 131.81 190.18 75.36 -
System Red Green Blue C M Y K H S L
Decimal 58 148 242 0.76 0.39 0 0.05 210.65 0.88 0.59
Hex 3A 94 F2 4C 27 0 5 D3 58 3B
Octal 72 224 362 114 47 0 5 323 130 73
Binary 111010 10010100 11110010 1001100 100111 0 101 11010011 1011000 111011

Color Harmonies of #3A94F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A94F2

Black with #3A94F2

Text Example


Text Example

White with #3A94F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,148,242); }

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

background-color css

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

 a { background-color: rgb(58,148,242); }

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

border-color css

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

 span { border-color: rgb(58,148,242); }

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