Html Css Color HEX #318FFA Dodger Blue

📋 copy color: '#318FFA'

red 49 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #318FFA

Tints of Dodger Blue #318FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.35%

 BLUE value IS 250 (98.05% from 255) = 56.56%

R = 11.09%
G = 32.35%
B = 56.56%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#318FFA (or 0x318FFA) is known color: Dodger Blue. HEX triplet: 31, 8F and FA. RGB value is (49,143,250). Sum of RGB (Red+Green+Blue) = 49+143+250=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #318FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318FFA is #CE7005. Grayscale: #7E7E7E. Windows color (decimal): -13529094 or 16420657. OLE color: 16420657.

HSL color Cylindrical-coordinate representation of color #318FFA: hue angle of 211.94º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #318FFA is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 143 250 -
CMYK 0.80 0.43 0 0.02
HSL 211.94º 0.95% 0.59% -
HSV(B) 211.94º 0.8% 0.98% -
XYZ 28.34 27.2 94.2 -
YUV 127.09 197.36 72.3 -
System Red Green Blue C M Y K H S L
Decimal 49 143 250 0.80 0.43 0 0.02 211.94 0.95 0.59
Hex 31 8F FA 50 2B 0 2 D4 5F 3B
Octal 61 217 372 120 53 0 2 324 137 73
Binary 110001 10001111 11111010 1010000 101011 0 10 11010100 1011111 111011

Color Harmonies of #318FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318FFA

Black with #318FFA

Text Example


Text Example

White with #318FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318FFA; }

 p { color: rgb(49,143,250); }

 H1.HeaderClassName
 {
   color: #318FFA;
 }
 .AnyTagClassName
 {
   color: #318FFA;
 }
</style>

background-color css

<style>
 a { background-color: #318FFA; }

 a { background-color: rgb(49,143,250); }

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

border-color css

<style>
 span { border-color: #318FFA; }

 span { border-color: rgb(49,143,250); }

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