Html Css Color HEX #268CDC Dodger Blue

📋 copy color: '#268CDC'

red 38 ◦ green 140 ◦ blue 220

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

Shades of Dodger Blue #268CDC

Tints of Dodger Blue #268CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 9.55%
G = 35.18%
B = 55.28%

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

#268CDC (or 0x268CDC) is known color: Dodger Blue. HEX triplet: 26, 8C and DC. RGB value is (38,140,220). Sum of RGB (Red+Green+Blue) = 38+140+220=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #268CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CDC is #D97323. Grayscale: #767676. Windows color (decimal): -14250788 or 14453798. OLE color: 14453798.

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

Color convert

RGB 38 140 220 -
CMYK 0.83 0.36 0 0.14
HSL 206.37º 0.72% 0.51% -
HSV(B) 206.37º 0.83% 0.86% -
XYZ 23.1 24.34 71.19 -
YUV 118.62 185.21 70.5 -
System Red Green Blue C M Y K H S L
Decimal 38 140 220 0.83 0.36 0 0.14 206.37 0.72 0.51
Hex 26 8C DC 53 24 0 E CE 48 33
Octal 46 214 334 123 44 0 16 316 110 63
Binary 100110 10001100 11011100 1010011 100100 0 1110 11001110 1001000 110011

Color Harmonies of #268CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268CDC

Black with #268CDC

Text Example


Text Example

White with #268CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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