Html Css Color HEX #319AF3 Dodger Blue

📋 copy color: '#319AF3'

red 49 ◦ green 154 ◦ blue 243

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

Shades of Dodger Blue #319AF3

Tints of Dodger Blue #319AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54.48%

R = 10.99%
G = 34.53%
B = 54.48%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#319AF3 (or 0x319AF3) is known color: Dodger Blue. HEX triplet: 31, 9A and F3. RGB value is (49,154,243). Sum of RGB (Red+Green+Blue) = 49+154+243=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 243 (95.31% from 255 or 54.48% from 446); Max value from RGB is 243 - color contains mainly: blue. Hex color #319AF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319AF3 is #CE650C. Grayscale: #848484. Windows color (decimal): -13526285 or 15964721. OLE color: 15964721.

HSL color Cylindrical-coordinate representation of color #319AF3: hue angle of 207.53º degrees, saturation: 0.89, 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 #319AF3 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 154 243 -
CMYK 0.80 0.37 0 0.05
HSL 207.53º 0.89% 0.57% -
HSV(B) 207.53º 0.8% 0.95% -
XYZ 29 30.24 89.1 -
YUV 132.75 190.21 68.26 -
System Red Green Blue C M Y K H S L
Decimal 49 154 243 0.80 0.37 0 0.05 207.53 0.89 0.57
Hex 31 9A F3 50 25 0 5 D0 59 39
Octal 61 232 363 120 45 0 5 320 131 71
Binary 110001 10011010 11110011 1010000 100101 0 101 11010000 1011001 111001

Color Harmonies of #319AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319AF3

Black with #319AF3

Text Example


Text Example

White with #319AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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