Html Css Color HEX #268EEF Dodger Blue

📋 copy color: '#268EEF'

red 38 ◦ green 142 ◦ blue 239

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

Shades of Dodger Blue #268EEF

Tints of Dodger Blue #268EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.04%

R = 9.07%
G = 33.89%
B = 57.04%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#268EEF (or 0x268EEF) is known color: Dodger Blue. HEX triplet: 26, 8E and EF. RGB value is (38,142,239). Sum of RGB (Red+Green+Blue) = 38+142+239=419 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.07% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #268EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268EEF is #D97110. Grayscale: #797979. Windows color (decimal): -14250257 or 15699494. OLE color: 15699494.

HSL color Cylindrical-coordinate representation of color #268EEF: hue angle of 208.96º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268EEF is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 38 142 239 -
CMYK 0.84 0.41 0 0.06
HSL 208.96º 0.86% 0.54% -
HSV(B) 208.96º 0.84% 0.94% -
XYZ 26.05 25.99 85.3 -
YUV 121.96 194.04 68.11 -
System Red Green Blue C M Y K H S L
Decimal 38 142 239 0.84 0.41 0 0.06 208.96 0.86 0.54
Hex 26 8E EF 54 29 0 6 D1 56 36
Octal 46 216 357 124 51 0 6 321 126 66
Binary 100110 10001110 11101111 1010100 101001 0 110 11010001 1010110 110110

Color Harmonies of #268EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268EEF

Black with #268EEF

Text Example


Text Example

White with #268EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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