Html Css Color HEX #318BFA Dodger Blue

📋 copy color: '#318BFA'

red 49 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #318BFA

Tints of Dodger Blue #318BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.74%

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

R = 11.19%
G = 31.74%
B = 57.08%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#318BFA (or 0x318BFA) is known color: Dodger Blue. HEX triplet: 31, 8B and FA. RGB value is (49,139,250). Sum of RGB (Red+Green+Blue) = 49+139+250=438 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.19% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #318BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318BFA is #CE7405. Grayscale: #7C7C7C. Windows color (decimal): -13530118 or 16419633. OLE color: 16419633.

HSL color Cylindrical-coordinate representation of color #318BFA: hue angle of 213.13º 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 #318BFA is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 139 250 -
CMYK 0.80 0.44 0 0.02
HSL 213.13º 0.95% 0.59% -
HSV(B) 213.13º 0.8% 0.98% -
XYZ 27.75 26.02 94 -
YUV 124.74 198.68 73.97 -
System Red Green Blue C M Y K H S L
Decimal 49 139 250 0.80 0.44 0 0.02 213.13 0.95 0.59
Hex 31 8B FA 50 2C 0 2 D5 5F 3B
Octal 61 213 372 120 54 0 2 325 137 73
Binary 110001 10001011 11111010 1010000 101100 0 10 11010101 1011111 111011

Color Harmonies of #318BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318BFA

Black with #318BFA

Text Example


Text Example

White with #318BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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