Html Css Color HEX #3A90EB Dodger Blue

📋 copy color: '#3A90EB'

red 58 ◦ green 144 ◦ blue 235

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

Shades of Dodger Blue #3A90EB

Tints of Dodger Blue #3A90EB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.95%

 BLUE value IS 235 (92.19% from 255) = 53.78%

R = 13.27%
G = 32.95%
B = 53.78%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3A90EB (or 0x3A90EB) is known color: Dodger Blue. HEX triplet: 3A, 90 and EB. RGB value is (58,144,235). Sum of RGB (Red+Green+Blue) = 58+144+235=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A90EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A90EB is #C56F14. Grayscale: #808080. Windows color (decimal): -12939029 or 15437882. OLE color: 15437882.

HSL color Cylindrical-coordinate representation of color #3A90EB: hue angle of 210.85º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A90EB is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 144 235 -
CMYK 0.75 0.39 0 0.08
HSL 210.85º 0.82% 0.57% -
HSV(B) 210.85º 0.75% 0.92% -
XYZ 26.71 26.84 82.37 -
YUV 128.66 188.01 77.6 -
System Red Green Blue C M Y K H S L
Decimal 58 144 235 0.75 0.39 0 0.08 210.85 0.82 0.57
Hex 3A 90 EB 4B 27 0 8 D3 52 39
Octal 72 220 353 113 47 0 10 323 122 71
Binary 111010 10010000 11101011 1001011 100111 0 1000 11010011 1010010 111001

Color Harmonies of #3A90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A90EB

Black with #3A90EB

Text Example


Text Example

White with #3A90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,144,235); }

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

background-color css

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

 a { background-color: rgb(58,144,235); }

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

border-color css

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

 span { border-color: rgb(58,144,235); }

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