Html Css Color HEX #268AEE Dodger Blue

📋 copy color: '#268AEE'

red 38 ◦ green 138 ◦ blue 238

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

Shades of Dodger Blue #268AEE

Tints of Dodger Blue #268AEE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

 BLUE value IS 238 (93.36% from 255) = 57.49%

R = 9.18%
G = 33.33%
B = 57.49%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#268AEE (or 0x268AEE) is known color: Dodger Blue. HEX triplet: 26, 8A and EE. RGB value is (38,138,238). Sum of RGB (Red+Green+Blue) = 38+138+238=414 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.18% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #268AEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268AEE is #D97511. Grayscale: #777777. Windows color (decimal): -14251282 or 15632934. OLE color: 15632934.

HSL color Cylindrical-coordinate representation of color #268AEE: hue angle of 210º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268AEE is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 138 238 -
CMYK 0.84 0.42 0 0.07
HSL 210º 0.85% 0.54% -
HSV(B) 210º 0.84% 0.93% -
XYZ 25.32 24.76 84.33 -
YUV 119.5 194.87 69.87 -
System Red Green Blue C M Y K H S L
Decimal 38 138 238 0.84 0.42 0 0.07 210 0.85 0.54
Hex 26 8A EE 54 2A 0 7 D2 55 36
Octal 46 212 356 124 52 0 7 322 125 66
Binary 100110 10001010 11101110 1010100 101010 0 111 11010010 1010101 110110

Color Harmonies of #268AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268AEE

Black with #268AEE

Text Example


Text Example

White with #268AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,138,238); }

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

background-color css

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

 a { background-color: rgb(38,138,238); }

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

border-color css

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

 span { border-color: rgb(38,138,238); }

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