Html Css Color HEX #268EDA Dodger Blue

📋 copy color: '#268EDA'

red 38 ◦ green 142 ◦ blue 218

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

Shades of Dodger Blue #268EDA

Tints of Dodger Blue #268EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 9.55%
G = 35.68%
B = 54.77%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#268EDA (or 0x268EDA) is known color: Dodger Blue. HEX triplet: 26, 8E and DA. RGB value is (38,142,218). Sum of RGB (Red+Green+Blue) = 38+142+218=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #268EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268EDA is #D97125. Grayscale: #777777. Windows color (decimal): -14250278 or 14323238. OLE color: 14323238.

HSL color Cylindrical-coordinate representation of color #268EDA: hue angle of 205.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268EDA is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 142 218 -
CMYK 0.83 0.35 0 0.15
HSL 205.33º 0.71% 0.5% -
HSV(B) 205.33º 0.83% 0.85% -
XYZ 23.13 24.82 69.9 -
YUV 119.57 183.54 69.82 -
System Red Green Blue C M Y K H S L
Decimal 38 142 218 0.83 0.35 0 0.15 205.33 0.71 0.5
Hex 26 8E DA 53 23 0 F CD 47 32
Octal 46 216 332 123 43 0 17 315 107 62
Binary 100110 10001110 11011010 1010011 100011 0 1111 11001101 1000111 110010

Color Harmonies of #268EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268EDA

Black with #268EDA

Text Example


Text Example

White with #268EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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