#338AF1

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

Shades of Dodger Blue #338AF1

Tints of Dodger Blue #338AF1

Color information

#338AF1 (or 0x338AF1) is unknown color: approx Dodger Blue. HEX triplet: 33, 8A and F1. RGB value is (51,138,241). Sum of RGB (Red+Green+Blue) = 51+138+241=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #338AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338AF1 is #CC750E. Grayscale: #7B7B7B. Windows color (decimal): -13399311 or 15829555. OLE color: 15829555.

HSL color Cylindrical-coordinate representation of color #338AF1: hue angle of 212.53º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338AF1 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB51138241-
CMYK0.790.4300.05
HSL212.53º87.16%57.25%-
HSV(B)212.53º78.84%94.51%-
XYZ26.3325.2386.7-
YUV123.73194.1876.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.86%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 241 (94.53% from 255) = 56.05%
R=11.86%
G=32.09%
B=56.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal511382410.790.4300.05212.5387.1657.25
Hex338AF14F2B05d55739
Octal63212361117530532512771
Binary110011100010101111000110011111010110101110101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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