Html Css Color HEX #319CFD Dodger Blue

📋 copy color: '#319CFD'

red 49 ◦ green 156 ◦ blue 253

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

Shades of Dodger Blue #319CFD

Tints of Dodger Blue #319CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.06%

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 10.7%
G = 34.06%
B = 55.24%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#319CFD (or 0x319CFD) is known color: Dodger Blue. HEX triplet: 31, 9C and FD. RGB value is (49,156,253). Sum of RGB (Red+Green+Blue) = 49+156+253=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #319CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319CFD is #CE6302. Grayscale: #868686. Windows color (decimal): -13525763 or 16620593. OLE color: 16620593.

HSL color Cylindrical-coordinate representation of color #319CFD: hue angle of 208.53º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #319CFD is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 156 253 -
CMYK 0.81 0.38 0 0.01
HSL 208.53º 0.98% 0.59% -
HSV(B) 208.53º 0.81% 0.99% -
XYZ 30.88 31.52 97.39 -
YUV 135.07 194.55 66.61 -
System Red Green Blue C M Y K H S L
Decimal 49 156 253 0.81 0.38 0 0.01 208.53 0.98 0.59
Hex 31 9C FD 51 26 0 1 D1 62 3B
Octal 61 234 375 121 46 0 1 321 142 73
Binary 110001 10011100 11111101 1010001 100110 0 1 11010001 1100010 111011

Color Harmonies of #319CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319CFD

Black with #319CFD

Text Example


Text Example

White with #319CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,156,253); }

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

background-color css

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

 a { background-color: rgb(49,156,253); }

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

border-color css

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

 span { border-color: rgb(49,156,253); }

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