Html Css Color HEX #319AF2 Dodger Blue

📋 copy color: '#319AF2'

red 49 ◦ green 154 ◦ blue 242

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

Shades of Dodger Blue #319AF2

Tints of Dodger Blue #319AF2

RGB

 RED value IS 49 (19.53% from 255) = 11.01%

 GREEN value IS 154 (60.55% from 255) = 34.61%

 BLUE value IS 242 (94.92% from 255) = 54.38%

R = 11.01%
G = 34.61%
B = 54.38%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#319AF2 (or 0x319AF2) is known color: Dodger Blue. HEX triplet: 31, 9A and F2. RGB value is (49,154,242). Sum of RGB (Red+Green+Blue) = 49+154+242=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #319AF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319AF2 is #CE650D. Grayscale: #848484. Windows color (decimal): -13526286 or 15899185. OLE color: 15899185.

HSL color Cylindrical-coordinate representation of color #319AF2: hue angle of 207.36º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #319AF2 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 154 242 -
CMYK 0.80 0.36 0 0.05
HSL 207.36º 0.88% 0.57% -
HSV(B) 207.36º 0.8% 0.95% -
XYZ 28.85 30.17 88.31 -
YUV 132.64 189.71 68.34 -
System Red Green Blue C M Y K H S L
Decimal 49 154 242 0.80 0.36 0 0.05 207.36 0.88 0.57
Hex 31 9A F2 50 24 0 5 CF 58 39
Octal 61 232 362 120 44 0 5 317 130 71
Binary 110001 10011010 11110010 1010000 100100 0 101 11001111 1011000 111001

Color Harmonies of #319AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319AF2

Black with #319AF2

Text Example


Text Example

White with #319AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319AF2; }

 p { color: rgb(49,154,242); }

 H1.HeaderClassName
 {
   color: #319AF2;
 }
 .AnyTagClassName
 {
   color: #319AF2;
 }
</style>

background-color css

<style>
 a { background-color: #319AF2; }

 a { background-color: rgb(49,154,242); }

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

border-color css

<style>
 span { border-color: #319AF2; }

 span { border-color: rgb(49,154,242); }

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