#338AFF

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

Shades of Dodger Blue #338AFF

Tints of Dodger Blue #338AFF

Color information

#338AFF (or 0x338AFF) is unknown color: approx Dodger Blue. HEX triplet: 33, 8A and FF. RGB value is (51,138,255). Sum of RGB (Red+Green+Blue) = 51+138+255=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #338AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338AFF is #CC7500. Grayscale: #7C7C7C. Windows color (decimal): -13399297 or 16747059. OLE color: 16747059.

HSL color Cylindrical-coordinate representation of color #338AFF: hue angle of 214.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #338AFF is Cyan = 0.8, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51138255-
CMYK0.80.4600
HSL214.41º100%60%-
HSV(B)214.41º80%100%-
XYZ28.526.198.14-
YUV125.32201.1874.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.49%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 255 (100% from 255) = 57.43%
R=11.49%
G=31.08%
B=57.43%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511382550.80.4600214.4110060
Hex338AFF502E00d6643c
Octal63212377120560032614474
Binary1100111000101011111111101000010111000110101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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