Html Css Color HEX #268ADE Dodger Blue

📋 copy color: '#268ADE'

red 38 ◦ green 138 ◦ blue 222

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

Shades of Dodger Blue #268ADE

Tints of Dodger Blue #268ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

 BLUE value IS 222 (87.11% from 255) = 55.78%

R = 9.55%
G = 34.67%
B = 55.78%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#268ADE (or 0x268ADE) is known color: Dodger Blue. HEX triplet: 26, 8A and DE. RGB value is (38,138,222). Sum of RGB (Red+Green+Blue) = 38+138+222=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #268ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ADE is #D97521. Grayscale: #757575. Windows color (decimal): -14251298 or 14584358. OLE color: 14584358.

HSL color Cylindrical-coordinate representation of color #268ADE: hue angle of 207.39º degrees, saturation: 0.74, 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 #268ADE is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 138 222 -
CMYK 0.83 0.38 0 0.13
HSL 207.39º 0.74% 0.51% -
HSV(B) 207.39º 0.83% 0.87% -
XYZ 23.07 23.86 72.5 -
YUV 117.68 186.87 71.17 -
System Red Green Blue C M Y K H S L
Decimal 38 138 222 0.83 0.38 0 0.13 207.39 0.74 0.51
Hex 26 8A DE 53 26 0 D CF 4A 33
Octal 46 212 336 123 46 0 15 317 112 63
Binary 100110 10001010 11011110 1010011 100110 0 1101 11001111 1001010 110011

Color Harmonies of #268ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268ADE

Black with #268ADE

Text Example


Text Example

White with #268ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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