Html Css Color HEX #268DDC Dodger Blue

📋 copy color: '#268DDC'

red 38 ◦ green 141 ◦ blue 220

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

Shades of Dodger Blue #268DDC

Tints of Dodger Blue #268DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

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

R = 9.52%
G = 35.34%
B = 55.14%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#268DDC (or 0x268DDC) is known color: Dodger Blue. HEX triplet: 26, 8D and DC. RGB value is (38,141,220). Sum of RGB (Red+Green+Blue) = 38+141+220=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #268DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268DDC is #D97223. Grayscale: #767676. Windows color (decimal): -14250532 or 14454054. OLE color: 14454054.

HSL color Cylindrical-coordinate representation of color #268DDC: hue angle of 206.04º 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 #268DDC is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 141 220 -
CMYK 0.83 0.36 0 0.14
HSL 206.04º 0.72% 0.51% -
HSV(B) 206.04º 0.83% 0.86% -
XYZ 23.24 24.63 71.24 -
YUV 119.21 184.88 70.08 -
System Red Green Blue C M Y K H S L
Decimal 38 141 220 0.83 0.36 0 0.14 206.04 0.72 0.51
Hex 26 8D DC 53 24 0 E CE 48 33
Octal 46 215 334 123 44 0 16 316 110 63
Binary 100110 10001101 11011100 1010011 100100 0 1110 11001110 1001000 110011

Color Harmonies of #268DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268DDC

Black with #268DDC

Text Example


Text Example

White with #268DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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