Html Css Color HEX #318FEE Dodger Blue

📋 copy color: '#318FEE'

red 49 ◦ green 143 ◦ blue 238

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

Shades of Dodger Blue #318FEE

Tints of Dodger Blue #318FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 11.4%
G = 33.26%
B = 55.35%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#318FEE (or 0x318FEE) is known color: Dodger Blue. HEX triplet: 31, 8F and EE. RGB value is (49,143,238). Sum of RGB (Red+Green+Blue) = 49+143+238=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #318FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318FEE is #CE7011. Grayscale: #7D7D7D. Windows color (decimal): -13529106 or 15634225. OLE color: 15634225.

HSL color Cylindrical-coordinate representation of color #318FEE: hue angle of 210.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #318FEE is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 143 238 -
CMYK 0.79 0.40 0 0.07
HSL 210.16º 0.85% 0.56% -
HSV(B) 210.16º 0.79% 0.93% -
XYZ 26.52 26.47 84.6 -
YUV 125.72 191.36 73.28 -
System Red Green Blue C M Y K H S L
Decimal 49 143 238 0.79 0.40 0 0.07 210.16 0.85 0.56
Hex 31 8F EE 4F 28 0 7 D2 55 38
Octal 61 217 356 117 50 0 7 322 125 70
Binary 110001 10001111 11101110 1001111 101000 0 111 11010010 1010101 111000

Color Harmonies of #318FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318FEE

Black with #318FEE

Text Example


Text Example

White with #318FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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