Html Css Color HEX #268EDD Dodger Blue

📋 copy color: '#268EDD'

red 38 ◦ green 142 ◦ blue 221

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

Shades of Dodger Blue #268EDD

Tints of Dodger Blue #268EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 9.48%
G = 35.41%
B = 55.11%

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

#268EDD (or 0x268EDD) is known color: Dodger Blue. HEX triplet: 26, 8E and DD. RGB value is (38,142,221). Sum of RGB (Red+Green+Blue) = 38+142+221=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #268EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268EDD is #D97122. Grayscale: #777777. Windows color (decimal): -14250275 or 14519846. OLE color: 14519846.

HSL color Cylindrical-coordinate representation of color #268EDD: hue angle of 205.9º degrees, saturation: 0.73, 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 #268EDD is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 142 221 -
CMYK 0.83 0.36 0 0.13
HSL 205.9º 0.73% 0.51% -
HSV(B) 205.9º 0.83% 0.87% -
XYZ 23.52 24.98 71.99 -
YUV 119.91 185.04 69.58 -
System Red Green Blue C M Y K H S L
Decimal 38 142 221 0.83 0.36 0 0.13 205.9 0.73 0.51
Hex 26 8E DD 53 24 0 D CE 49 33
Octal 46 216 335 123 44 0 15 316 111 63
Binary 100110 10001110 11011101 1010011 100100 0 1101 11001110 1001001 110011

Color Harmonies of #268EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268EDD

Black with #268EDD

Text Example


Text Example

White with #268EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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