Html Css Color HEX #268DFB Dodger Blue

📋 copy color: '#268DFB'

red 38 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #268DFB

Tints of Dodger Blue #268DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.79%

 BLUE value IS 251 (98.44% from 255) = 58.37%

R = 8.84%
G = 32.79%
B = 58.37%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#268DFB (or 0x268DFB) is known color: Dodger Blue. HEX triplet: 26, 8D and FB. RGB value is (38,141,251). Sum of RGB (Red+Green+Blue) = 38+141+251=430 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.84% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #268DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268DFB is #D97204. Grayscale: #7A7A7A. Windows color (decimal): -14250501 or 16485670. OLE color: 16485670.

HSL color Cylindrical-coordinate representation of color #268DFB: hue angle of 210.99º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #268DFB is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 141 251 -
CMYK 0.85 0.44 0 0.02
HSL 210.99º 0.96% 0.57% -
HSV(B) 210.99º 0.85% 0.98% -
XYZ 27.74 26.43 94.91 -
YUV 122.74 200.38 67.56 -
System Red Green Blue C M Y K H S L
Decimal 38 141 251 0.85 0.44 0 0.02 210.99 0.96 0.57
Hex 26 8D FB 55 2C 0 2 D3 60 39
Octal 46 215 373 125 54 0 2 323 140 71
Binary 100110 10001101 11111011 1010101 101100 0 10 11010011 1100000 111001

Color Harmonies of #268DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268DFB

Black with #268DFB

Text Example


Text Example

White with #268DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,141,251); }

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

background-color css

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

 a { background-color: rgb(38,141,251); }

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

border-color css

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

 span { border-color: rgb(38,141,251); }

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