Html Css Color HEX #3AA0FB Dodger Blue

📋 copy color: '#3AA0FB'

red 58 ◦ green 160 ◦ blue 251

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

Shades of Dodger Blue #3AA0FB

Tints of Dodger Blue #3AA0FB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.12%

 BLUE value IS 251 (98.44% from 255) = 53.52%

R = 12.37%
G = 34.12%
B = 53.52%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3AA0FB (or 0x3AA0FB) is known color: Dodger Blue. HEX triplet: 3A, A0 and FB. RGB value is (58,160,251). Sum of RGB (Red+Green+Blue) = 58+160+251=469 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.37% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #3AA0FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA0FB is #C55F04. Grayscale: #8B8B8B. Windows color (decimal): -12934917 or 16490554. OLE color: 16490554.

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

Color convert

RGB 58 160 251 -
CMYK 0.77 0.36 0 0.02
HSL 208.29º 0.96% 0.61% -
HSV(B) 208.29º 0.77% 0.98% -
XYZ 31.73 33.01 95.97 -
YUV 139.88 190.71 69.6 -
System Red Green Blue C M Y K H S L
Decimal 58 160 251 0.77 0.36 0 0.02 208.29 0.96 0.61
Hex 3A A0 FB 4D 24 0 2 D0 60 3D
Octal 72 240 373 115 44 0 2 320 140 75
Binary 111010 10100000 11111011 1001101 100100 0 10 11010000 1100000 111101

Color Harmonies of #3AA0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA0FB

Black with #3AA0FB

Text Example


Text Example

White with #3AA0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,160,251); }

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

background-color css

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

 a { background-color: rgb(58,160,251); }

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

border-color css

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

 span { border-color: rgb(58,160,251); }

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