Html Css Color HEX #268CEB Dodger Blue

📋 copy color: '#268CEB'

red 38 ◦ green 140 ◦ blue 235

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

Shades of Dodger Blue #268CEB

Tints of Dodger Blue #268CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.9%

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 9.2%
G = 33.9%
B = 56.9%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#268CEB (or 0x268CEB) is known color: Dodger Blue. HEX triplet: 26, 8C and EB. RGB value is (38,140,235). Sum of RGB (Red+Green+Blue) = 38+140+235=413 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.20% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #268CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268CEB is #D97314. Grayscale: #777777. Windows color (decimal): -14250773 or 15436838. OLE color: 15436838.

HSL color Cylindrical-coordinate representation of color #268CEB: hue angle of 208.93º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #268CEB is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 140 235 -
CMYK 0.84 0.40 0 0.08
HSL 208.93º 0.83% 0.54% -
HSV(B) 208.93º 0.84% 0.92% -
XYZ 25.17 25.17 82.13 -
YUV 120.33 192.71 69.28 -
System Red Green Blue C M Y K H S L
Decimal 38 140 235 0.84 0.40 0 0.08 208.93 0.83 0.54
Hex 26 8C EB 54 28 0 8 D1 53 36
Octal 46 214 353 124 50 0 10 321 123 66
Binary 100110 10001100 11101011 1010100 101000 0 1000 11010001 1010011 110110

Color Harmonies of #268CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268CEB

Black with #268CEB

Text Example


Text Example

White with #268CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,140,235); }

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

background-color css

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

 a { background-color: rgb(38,140,235); }

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

border-color css

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

 span { border-color: rgb(38,140,235); }

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