Html Css Color HEX #338EF6 Dodger Blue

📋 copy color: '#338EF6'

red 51 ◦ green 142 ◦ blue 246

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

Shades of Dodger Blue #338EF6

Tints of Dodger Blue #338EF6

RGB

 RED value IS 51 (20.31% from 255) = 11.62%

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

 BLUE value IS 246 (96.48% from 255) = 56.04%

R = 11.62%
G = 32.35%
B = 56.04%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#338EF6 (or 0x338EF6) is known color: Dodger Blue. HEX triplet: 33, 8E and F6. RGB value is (51,142,246). Sum of RGB (Red+Green+Blue) = 51+142+246=439 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.62% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #338EF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338EF6 is #CC7109. Grayscale: #7E7E7E. Windows color (decimal): -13398282 or 16158259. OLE color: 16158259.

HSL color Cylindrical-coordinate representation of color #338EF6: hue angle of 212º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338EF6 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 142 246 -
CMYK 0.79 0.42 0 0.04
HSL 212º 0.92% 0.58% -
HSV(B) 212º 0.79% 0.96% -
XYZ 27.67 26.7 90.88 -
YUV 126.65 195.35 74.04 -
System Red Green Blue C M Y K H S L
Decimal 51 142 246 0.79 0.42 0 0.04 212 0.92 0.58
Hex 33 8E F6 4F 2A 0 4 D4 5C 3A
Octal 63 216 366 117 52 0 4 324 134 72
Binary 110011 10001110 11110110 1001111 101010 0 100 11010100 1011100 111010

Color Harmonies of #338EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338EF6

Black with #338EF6

Text Example


Text Example

White with #338EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338EF6; }

 p { color: rgb(51,142,246); }

 H1.HeaderClassName
 {
   color: #338EF6;
 }
 .AnyTagClassName
 {
   color: #338EF6;
 }
</style>

background-color css

<style>
 a { background-color: #338EF6; }

 a { background-color: rgb(51,142,246); }

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

border-color css

<style>
 span { border-color: #338EF6; }

 span { border-color: rgb(51,142,246); }

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