Html Css Color HEX #318EEE Dodger Blue

📋 copy color: '#318EEE'

red 49 ◦ green 142 ◦ blue 238

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

Shades of Dodger Blue #318EEE

Tints of Dodger Blue #318EEE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.1%

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

R = 11.42%
G = 33.1%
B = 55.48%

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

#318EEE (or 0x318EEE) is known color: Dodger Blue. HEX triplet: 31, 8E and EE. RGB value is (49,142,238). Sum of RGB (Red+Green+Blue) = 49+142+238=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #318EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318EEE is #CE7111. Grayscale: #7C7C7C. Windows color (decimal): -13529362 or 15633969. OLE color: 15633969.

HSL color Cylindrical-coordinate representation of color #318EEE: hue angle of 210.48º 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 #318EEE is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 142 238 -
CMYK 0.79 0.40 0 0.07
HSL 210.48º 0.85% 0.56% -
HSV(B) 210.48º 0.79% 0.93% -
XYZ 26.37 26.17 84.55 -
YUV 125.14 191.69 73.69 -
System Red Green Blue C M Y K H S L
Decimal 49 142 238 0.79 0.40 0 0.07 210.48 0.85 0.56
Hex 31 8E EE 4F 28 0 7 D2 55 38
Octal 61 216 356 117 50 0 7 322 125 70
Binary 110001 10001110 11101110 1001111 101000 0 111 11010010 1010101 111000

Color Harmonies of #318EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318EEE

Black with #318EEE

Text Example


Text Example

White with #318EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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