Html Css Color HEX #268EDB Dodger Blue

📋 copy color: '#268EDB'

red 38 ◦ green 142 ◦ blue 219

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

Shades of Dodger Blue #268EDB

Tints of Dodger Blue #268EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

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

R = 9.52%
G = 35.59%
B = 54.89%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#268EDB (or 0x268EDB) is known color: Dodger Blue. HEX triplet: 26, 8E and DB. RGB value is (38,142,219). Sum of RGB (Red+Green+Blue) = 38+142+219=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #268EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268EDB is #D97124. Grayscale: #777777. Windows color (decimal): -14250277 or 14388774. OLE color: 14388774.

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

Color convert

RGB 38 142 219 -
CMYK 0.83 0.35 0 0.14
HSL 205.52º 0.72% 0.5% -
HSV(B) 205.52º 0.83% 0.86% -
XYZ 23.26 24.87 70.59 -
YUV 119.68 184.04 69.74 -
System Red Green Blue C M Y K H S L
Decimal 38 142 219 0.83 0.35 0 0.14 205.52 0.72 0.5
Hex 26 8E DB 53 23 0 E CE 48 32
Octal 46 216 333 123 43 0 16 316 110 62
Binary 100110 10001110 11011011 1010011 100011 0 1110 11001110 1001000 110010

Color Harmonies of #268EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268EDB

Black with #268EDB

Text Example


Text Example

White with #268EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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