Html Css Color HEX #3AA4FF Dodger Blue

📋 copy color: '#3AA4FF'

red 58 ◦ green 164 ◦ blue 255

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

Shades of Dodger Blue #3AA4FF

Tints of Dodger Blue #3AA4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.38%

 BLUE value IS 255 (100% from 255) = 53.46%

R = 12.16%
G = 34.38%
B = 53.46%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3AA4FF (or 0x3AA4FF) is known color: Dodger Blue. HEX triplet: 3A, A4 and FF. RGB value is (58,164,255). Sum of RGB (Red+Green+Blue) = 58+164+255=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AA4FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA4FF is #C55B00. Grayscale: #8E8E8E. Windows color (decimal): -12933889 or 16753722. OLE color: 16753722.

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

Color convert

RGB 58 164 255 -
CMYK 0.77 0.36 0 0
HSL 207.72º 1% 0.61% -
HSV(B) 207.72º 0.77% 1% -
XYZ 33.07 34.67 99.56 -
YUV 142.68 191.38 67.6 -
System Red Green Blue C M Y K H S L
Decimal 58 164 255 0.77 0.36 0 0 207.72 1 0.61
Hex 3A A4 FF 4D 24 0 0 D0 64 3D
Octal 72 244 377 115 44 0 0 320 144 75
Binary 111010 10100100 11111111 1001101 100100 0 0 11010000 1100100 111101

Color Harmonies of #3AA4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA4FF

Black with #3AA4FF

Text Example


Text Example

White with #3AA4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,164,255); }

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

background-color css

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

 a { background-color: rgb(58,164,255); }

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

border-color css

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

 span { border-color: rgb(58,164,255); }

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