Html Css Color HEX #268BDD Dodger Blue

📋 copy color: '#268BDD'

red 38 ◦ green 139 ◦ blue 221

#268BDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #268BDD

Tints of Dodger Blue #268BDD

RGB

 RED value IS 38 (15.23% from 255) = 9.55%

 GREEN value IS 139 (54.69% from 255) = 34.92%

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 9.55%
G = 34.92%
B = 55.53%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#268BDD (or 0x268BDD) is known color: Dodger Blue. HEX triplet: 26, 8B and DD. RGB value is (38,139,221). Sum of RGB (Red+Green+Blue) = 38+139+221=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #268BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BDD is #D97422. Grayscale: #757575. Windows color (decimal): -14251043 or 14519078. OLE color: 14519078.

HSL color Cylindrical-coordinate representation of color #268BDD: hue angle of 206.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268BDD is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 139 221 -
CMYK 0.83 0.37 0 0.13
HSL 206.89º 0.73% 0.51% -
HSV(B) 206.89º 0.83% 0.87% -
XYZ 23.08 24.1 71.84 -
YUV 118.15 186.04 70.83 -
System Red Green Blue C M Y K H S L
Decimal 38 139 221 0.83 0.37 0 0.13 206.89 0.73 0.51
Hex 26 8B DD 53 25 0 D CF 49 33
Octal 46 213 335 123 45 0 15 317 111 63
Binary 100110 10001011 11011101 1010011 100101 0 1101 11001111 1001001 110011

Color Harmonies of #268BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268BDD

Black with #268BDD

Text Example


Text Example

White with #268BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,139,221); }

 H1.HeaderClassName
 {
   color: #268BDD;
 }
 .AnyTagClassName
 {
   color: #268BDD;
 }
</style>

background-color css

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

 a { background-color: rgb(38,139,221); }

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

border-color css

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

 span { border-color: rgb(38,139,221); }

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