Html Css Color HEX #268ADC Dodger Blue

📋 copy color: '#268ADC'

red 38 ◦ green 138 ◦ blue 220

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

Shades of Dodger Blue #268ADC

Tints of Dodger Blue #268ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 9.6%
G = 34.85%
B = 55.56%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#268ADC (or 0x268ADC) is known color: Dodger Blue. HEX triplet: 26, 8A and DC. RGB value is (38,138,220). Sum of RGB (Red+Green+Blue) = 38+138+220=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #268ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ADC is #D97523. Grayscale: #757575. Windows color (decimal): -14251300 or 14453286. OLE color: 14453286.

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

Color convert

RGB 38 138 220 -
CMYK 0.83 0.37 0 0.14
HSL 207.03º 0.72% 0.51% -
HSV(B) 207.03º 0.83% 0.86% -
XYZ 22.81 23.76 71.09 -
YUV 117.45 185.87 71.33 -
System Red Green Blue C M Y K H S L
Decimal 38 138 220 0.83 0.37 0 0.14 207.03 0.72 0.51
Hex 26 8A DC 53 25 0 E CF 48 33
Octal 46 212 334 123 45 0 16 317 110 63
Binary 100110 10001010 11011100 1010011 100101 0 1110 11001111 1001000 110011

Color Harmonies of #268ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268ADC

Black with #268ADC

Text Example


Text Example

White with #268ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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