Html Css Color HEX #268BDC Dodger Blue

📋 copy color: '#268BDC'

red 38 ◦ green 139 ◦ blue 220

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

Shades of Dodger Blue #268BDC

Tints of Dodger Blue #268BDC

RGB

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

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

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

R = 9.57%
G = 35.01%
B = 55.42%

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

#268BDC (or 0x268BDC) is known color: Dodger Blue. HEX triplet: 26, 8B and DC. RGB value is (38,139,220). Sum of RGB (Red+Green+Blue) = 38+139+220=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #268BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BDC is #D97423. Grayscale: #757575. Windows color (decimal): -14251044 or 14453542. OLE color: 14453542.

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

Color convert

RGB 38 139 220 -
CMYK 0.83 0.37 0 0.14
HSL 206.7º 0.72% 0.51% -
HSV(B) 206.7º 0.83% 0.86% -
XYZ 22.95 24.04 71.14 -
YUV 118.04 185.54 70.91 -
System Red Green Blue C M Y K H S L
Decimal 38 139 220 0.83 0.37 0 0.14 206.7 0.72 0.51
Hex 26 8B DC 53 25 0 E CF 48 33
Octal 46 213 334 123 45 0 16 317 110 63
Binary 100110 10001011 11011100 1010011 100101 0 1110 11001111 1001000 110011

Color Harmonies of #268BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268BDC

Black with #268BDC

Text Example


Text Example

White with #268BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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