#268DDB

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

Shades of Dodger Blue #268DDB

Tints of Dodger Blue #268DDB

Color information

#268DDB (or 0x268DDB) is unknown color: approx Dodger Blue. HEX triplet: 26, 8D and DB. RGB value is (38,141,219). Sum of RGB (Red+Green+Blue) = 38+141+219=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #268DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268DDB is #D97224. Grayscale: #767676. Windows color (decimal): -14250533 or 14388518. OLE color: 14388518.

HSL color Cylindrical-coordinate representation of color #268DDB: hue angle of 205.86º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268DDB is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB38141219-
CMYK0.830.3600.14
HSL205.86º71.54%50.39%-
HSV(B)205.86º82.65%85.88%-
XYZ23.1124.5870.54-
YUV119.1184.3870.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.55%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 219 (85.94% from 255) = 55.03%
R=9.55%
G=35.43%
B=55.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal381412190.830.3600.14205.8671.5450.39
Hex268DDB53240Ece4832
Octal462153331234401631611062
Binary1001101000110111011011101001110010001110110011101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,141,219); }

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

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

 a { background-color: rgb(38,141,219); }

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

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

 span { border-color: rgb(38,141,219); }

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