Html Css Color HEX #268ADA Dodger Blue

📋 copy color: '#268ADA'

red 38 ◦ green 138 ◦ blue 218

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

Shades of Dodger Blue #268ADA

Tints of Dodger Blue #268ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 9.64%
G = 35.03%
B = 55.33%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#268ADA (or 0x268ADA) is known color: Dodger Blue. HEX triplet: 26, 8A and DA. RGB value is (38,138,218). Sum of RGB (Red+Green+Blue) = 38+138+218=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #268ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ADA is #D97525. Grayscale: #747474. Windows color (decimal): -14251302 or 14322214. OLE color: 14322214.

HSL color Cylindrical-coordinate representation of color #268ADA: hue angle of 206.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268ADA is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 138 218 -
CMYK 0.83 0.37 0 0.15
HSL 206.67º 0.71% 0.5% -
HSV(B) 206.67º 0.83% 0.85% -
XYZ 22.54 23.65 69.71 -
YUV 117.22 184.87 71.5 -
System Red Green Blue C M Y K H S L
Decimal 38 138 218 0.83 0.37 0 0.15 206.67 0.71 0.5
Hex 26 8A DA 53 25 0 F CF 47 32
Octal 46 212 332 123 45 0 17 317 107 62
Binary 100110 10001010 11011010 1010011 100101 0 1111 11001111 1000111 110010

Color Harmonies of #268ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268ADA

Black with #268ADA

Text Example


Text Example

White with #268ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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