#268AF5

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

Shades of Dodger Blue #268AF5

Tints of Dodger Blue #268AF5

Color information

#268AF5 (or 0x268AF5) is unknown color: approx Dodger Blue. HEX triplet: 26, 8A and F5. RGB value is (38,138,245). Sum of RGB (Red+Green+Blue) = 38+138+245=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 245 (96.09% from 255 or 58.19% from 421); Max value from RGB is 245 - color contains mainly: blue. Hex color #268AF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268AF5 is #D9750A. Grayscale: #777777. Windows color (decimal): -14251275 or 16091686. OLE color: 16091686.

HSL color Cylindrical-coordinate representation of color #268AF5: hue angle of 211.01º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268AF5 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB38138245-
CMYK0.840.4400.04
HSL211.01º91.19%55.49%-
HSV(B)211.01º84.49%96.08%-
XYZ26.3725.1889.86-
YUV120.3198.3769.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.03%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 245 (96.09% from 255) = 58.19%
R=9.03%
G=32.78%
B=58.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal381382450.840.4400.04211.0191.1955.49
Hex268AF5542C04d35b37
Octal46212365124540432313367
Binary100110100010101111010110101001011000100110100111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268AF5; }

 p { color: rgb(38,138,245); }

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

<style>
 a { background-color: #268AF5; }

 a { background-color: rgb(38,138,245); }

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

<style>
 span { border-color: #268AF5; }

 span { border-color: rgb(38,138,245); }

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