Html Css Color HEX #3A98FE Dodger Blue

📋 copy color: '#3A98FE'

red 58 ◦ green 152 ◦ blue 254

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

Shades of Dodger Blue #3A98FE

Tints of Dodger Blue #3A98FE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.76%

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

R = 12.5%
G = 32.76%
B = 54.74%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3A98FE (or 0x3A98FE) is known color: Dodger Blue. HEX triplet: 3A, 98 and FE. RGB value is (58,152,254). Sum of RGB (Red+Green+Blue) = 58+152+254=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A98FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A98FE is #C56701. Grayscale: #878787. Windows color (decimal): -12936962 or 16685114. OLE color: 16685114.

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

Color convert

RGB 58 152 254 -
CMYK 0.77 0.40 0 0.00
HSL 211.22º 0.99% 0.61% -
HSV(B) 211.22º 0.77% 1% -
XYZ 30.86 30.51 98.03 -
YUV 135.52 194.86 72.71 -
System Red Green Blue C M Y K H S L
Decimal 58 152 254 0.77 0.40 0 0.00 211.22 0.99 0.61
Hex 3A 98 FE 4D 28 0 0 D3 63 3D
Octal 72 230 376 115 50 0 0 323 143 75
Binary 111010 10011000 11111110 1001101 101000 0 0 11010011 1100011 111101

Color Harmonies of #3A98FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A98FE

Black with #3A98FE

Text Example


Text Example

White with #3A98FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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