#338AFA

Color #338AFA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #338AFA

Tints of Dodger Blue #338AFA

Color information

#338AFA (or 0x338AFA) is unknown color: approx Dodger Blue. HEX triplet: 33, 8A and FA. RGB value is (51,138,250). Sum of RGB (Red+Green+Blue) = 51+138+250=439 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.62% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #338AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338AFA is #CC7505. Grayscale: #7C7C7C. Windows color (decimal): -13399302 or 16419379. OLE color: 16419379.

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

Color convert

RGB51138250-
CMYK0.800.4500.02
HSL213.77º95.22%59.02%-
HSV(B)213.77º79.6%98.04%-
XYZ27.7125.7893.96-
YUV124.76198.6875.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.62%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 250 (98.05% from 255) = 56.95%
R=11.62%
G=31.44%
B=56.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal511382500.800.4500.02213.7795.2259.02
Hex338AFA502D02d65f3b
Octal63212372120550232613773
Binary11001110001010111110101010000101101010110101101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,138,250); }

 H1.HeaderClassName
 {
   color: #338AFA;
 }
 .AnyTagClassName
 {
   color: #338AFA;
 }
</style>
background-color css

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

 a { background-color: rgb(51,138,250); }

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

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

 span { border-color: rgb(51,138,250); }

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