Html Css Color HEX #268AE3 Dodger Blue

📋 copy color: '#268AE3'

red 38 ◦ green 138 ◦ blue 227

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

Shades of Dodger Blue #268AE3

Tints of Dodger Blue #268AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 56.33%

R = 9.43%
G = 34.24%
B = 56.33%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#268AE3 (or 0x268AE3) is known color: Dodger Blue. HEX triplet: 26, 8A and E3. RGB value is (38,138,227). Sum of RGB (Red+Green+Blue) = 38+138+227=403 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.43% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #268AE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268AE3 is #D9751C. Grayscale: #757575. Windows color (decimal): -14251293 or 14912038. OLE color: 14912038.

HSL color Cylindrical-coordinate representation of color #268AE3: hue angle of 208.25º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #268AE3 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 38 138 227 -
CMYK 0.83 0.39 0 0.11
HSL 208.25º 0.77% 0.52% -
HSV(B) 208.25º 0.83% 0.89% -
XYZ 23.75 24.14 76.08 -
YUV 118.25 189.37 70.76 -
System Red Green Blue C M Y K H S L
Decimal 38 138 227 0.83 0.39 0 0.11 208.25 0.77 0.52
Hex 26 8A E3 53 27 0 B D0 4D 34
Octal 46 212 343 123 47 0 13 320 115 64
Binary 100110 10001010 11100011 1010011 100111 0 1011 11010000 1001101 110100

Color Harmonies of #268AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268AE3

Black with #268AE3

Text Example


Text Example

White with #268AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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