Html Css Color HEX #3A90FE Dodger Blue

📋 copy color: '#3A90FE'

red 58 ◦ green 144 ◦ blue 254

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

Shades of Dodger Blue #3A90FE

Tints of Dodger Blue #3A90FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.7%

R = 12.72%
G = 31.58%
B = 55.7%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3A90FE (or 0x3A90FE) is known color: Dodger Blue. HEX triplet: 3A, 90 and FE. RGB value is (58,144,254). Sum of RGB (Red+Green+Blue) = 58+144+254=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A90FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A90FE is #C56F01. Grayscale: #828282. Windows color (decimal): -12939010 or 16683066. OLE color: 16683066.

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

Color convert

RGB 58 144 254 -
CMYK 0.77 0.43 0 0.00
HSL 213.67º 0.99% 0.61% -
HSV(B) 213.67º 0.77% 1% -
XYZ 29.61 28 97.61 -
YUV 130.83 197.51 76.06 -
System Red Green Blue C M Y K H S L
Decimal 58 144 254 0.77 0.43 0 0.00 213.67 0.99 0.61
Hex 3A 90 FE 4D 2B 0 0 D6 63 3D
Octal 72 220 376 115 53 0 0 326 143 75
Binary 111010 10010000 11111110 1001101 101011 0 0 11010110 1100011 111101

Color Harmonies of #3A90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A90FE

Black with #3A90FE

Text Example


Text Example

White with #3A90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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