Html Css Color HEX #268CDB Dodger Blue

📋 copy color: '#268CDB'

red 38 ◦ green 140 ◦ blue 219

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

Shades of Dodger Blue #268CDB

Tints of Dodger Blue #268CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.16%

R = 9.57%
G = 35.26%
B = 55.16%

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

#268CDB (or 0x268CDB) is known color: Dodger Blue. HEX triplet: 26, 8C and DB. RGB value is (38,140,219). Sum of RGB (Red+Green+Blue) = 38+140+219=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #268CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268CDB is #D97324. Grayscale: #767676. Windows color (decimal): -14250789 or 14388262. OLE color: 14388262.

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

Color convert

RGB 38 140 219 -
CMYK 0.83 0.36 0 0.14
HSL 206.19º 0.72% 0.5% -
HSV(B) 206.19º 0.83% 0.86% -
XYZ 22.96 24.28 70.49 -
YUV 118.51 184.71 70.58 -
System Red Green Blue C M Y K H S L
Decimal 38 140 219 0.83 0.36 0 0.14 206.19 0.72 0.5
Hex 26 8C DB 53 24 0 E CE 48 32
Octal 46 214 333 123 44 0 16 316 110 62
Binary 100110 10001100 11011011 1010011 100100 0 1110 11001110 1001000 110010

Color Harmonies of #268CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268CDB

Black with #268CDB

Text Example


Text Example

White with #268CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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