Html Css Color HEX #318FEA Dodger Blue

📋 copy color: '#318FEA'

red 49 ◦ green 143 ◦ blue 234

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

Shades of Dodger Blue #318FEA

Tints of Dodger Blue #318FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 11.5%
G = 33.57%
B = 54.93%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#318FEA (or 0x318FEA) is known color: Dodger Blue. HEX triplet: 31, 8F and EA. RGB value is (49,143,234). Sum of RGB (Red+Green+Blue) = 49+143+234=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #318FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318FEA is #CE7015. Grayscale: #7C7C7C. Windows color (decimal): -13529110 or 15372081. OLE color: 15372081.

HSL color Cylindrical-coordinate representation of color #318FEA: hue angle of 209.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #318FEA is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 143 234 -
CMYK 0.79 0.39 0 0.08
HSL 209.51º 0.81% 0.55% -
HSV(B) 209.51º 0.79% 0.92% -
XYZ 25.94 26.24 81.54 -
YUV 125.27 189.36 73.6 -
System Red Green Blue C M Y K H S L
Decimal 49 143 234 0.79 0.39 0 0.08 209.51 0.81 0.55
Hex 31 8F EA 4F 27 0 8 D2 51 37
Octal 61 217 352 117 47 0 10 322 121 67
Binary 110001 10001111 11101010 1001111 100111 0 1000 11010010 1010001 110111

Color Harmonies of #318FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318FEA

Black with #318FEA

Text Example


Text Example

White with #318FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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