Html Css Color HEX #268EDF Dodger Blue

📋 copy color: '#268EDF'

red 38 ◦ green 142 ◦ blue 223

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

Shades of Dodger Blue #268EDF

Tints of Dodger Blue #268EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 9.43%
G = 35.24%
B = 55.33%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#268EDF (or 0x268EDF) is known color: Dodger Blue. HEX triplet: 26, 8E and DF. RGB value is (38,142,223). Sum of RGB (Red+Green+Blue) = 38+142+223=403 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.43% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #268EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268EDF is #D97120. Grayscale: #777777. Windows color (decimal): -14250273 or 14650918. OLE color: 14650918.

HSL color Cylindrical-coordinate representation of color #268EDF: hue angle of 206.27º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268EDF is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 142 223 -
CMYK 0.83 0.36 0 0.13
HSL 206.27º 0.74% 0.51% -
HSV(B) 206.27º 0.83% 0.87% -
XYZ 23.79 25.09 73.4 -
YUV 120.14 186.04 69.41 -
System Red Green Blue C M Y K H S L
Decimal 38 142 223 0.83 0.36 0 0.13 206.27 0.74 0.51
Hex 26 8E DF 53 24 0 D CE 4A 33
Octal 46 216 337 123 44 0 15 316 112 63
Binary 100110 10001110 11011111 1010011 100100 0 1101 11001110 1001010 110011

Color Harmonies of #268EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268EDF

Black with #268EDF

Text Example


Text Example

White with #268EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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