Html Css Color HEX #268BDF Dodger Blue

📋 copy color: '#268BDF'

red 38 ◦ green 139 ◦ blue 223

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

Shades of Dodger Blue #268BDF

Tints of Dodger Blue #268BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.75%

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 9.5%
G = 34.75%
B = 55.75%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#268BDF (or 0x268BDF) is known color: Dodger Blue. HEX triplet: 26, 8B and DF. RGB value is (38,139,223). Sum of RGB (Red+Green+Blue) = 38+139+223=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #268BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268BDF is #D97420. Grayscale: #757575. Windows color (decimal): -14251041 or 14650150. OLE color: 14650150.

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

Color convert

RGB 38 139 223 -
CMYK 0.83 0.38 0 0.13
HSL 207.24º 0.74% 0.51% -
HSV(B) 207.24º 0.83% 0.87% -
XYZ 23.35 24.21 73.25 -
YUV 118.38 187.04 70.67 -
System Red Green Blue C M Y K H S L
Decimal 38 139 223 0.83 0.38 0 0.13 207.24 0.74 0.51
Hex 26 8B DF 53 26 0 D CF 4A 33
Octal 46 213 337 123 46 0 15 317 112 63
Binary 100110 10001011 11011111 1010011 100110 0 1101 11001111 1001010 110011

Color Harmonies of #268BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268BDF

Black with #268BDF

Text Example


Text Example

White with #268BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,139,223); }

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

background-color css

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

 a { background-color: rgb(38,139,223); }

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

border-color css

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

 span { border-color: rgb(38,139,223); }

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