Html Css Color HEX #3A9CFC Dodger Blue

📋 copy color: '#3A9CFC'

red 58 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #3A9CFC

Tints of Dodger Blue #3A9CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.48%

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

R = 12.45%
G = 33.48%
B = 54.08%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A9CFC (or 0x3A9CFC) is known color: Dodger Blue. HEX triplet: 3A, 9C and FC. RGB value is (58,156,252). Sum of RGB (Red+Green+Blue) = 58+156+252=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A9CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A9CFC is #C56303. Grayscale: #898989. Windows color (decimal): -12935940 or 16555066. OLE color: 16555066.

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

Color convert

RGB 58 156 252 -
CMYK 0.77 0.38 0 0.01
HSL 209.69º 0.97% 0.61% -
HSV(B) 209.69º 0.77% 0.99% -
XYZ 31.2 31.7 96.57 -
YUV 137.64 192.53 71.19 -
System Red Green Blue C M Y K H S L
Decimal 58 156 252 0.77 0.38 0 0.01 209.69 0.97 0.61
Hex 3A 9C FC 4D 26 0 1 D2 61 3D
Octal 72 234 374 115 46 0 1 322 141 75
Binary 111010 10011100 11111100 1001101 100110 0 1 11010010 1100001 111101

Color Harmonies of #3A9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9CFC

Black with #3A9CFC

Text Example


Text Example

White with #3A9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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