Html Css Color HEX #268CFB Dodger Blue

📋 copy color: '#268CFB'

red 38 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #268CFB

Tints of Dodger Blue #268CFB

RGB

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

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

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

R = 8.86%
G = 32.63%
B = 58.51%

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

#268CFB (or 0x268CFB) is known color: Dodger Blue. HEX triplet: 26, 8C and FB. RGB value is (38,140,251). Sum of RGB (Red+Green+Blue) = 38+140+251=429 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.86% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #268CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268CFB is #D97304. Grayscale: #797979. Windows color (decimal): -14250757 or 16485414. OLE color: 16485414.

HSL color Cylindrical-coordinate representation of color #268CFB: hue angle of 211.27º 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 #268CFB is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 140 251 -
CMYK 0.85 0.44 0 0.02
HSL 211.27º 0.96% 0.57% -
HSV(B) 211.27º 0.85% 0.98% -
XYZ 27.59 26.13 94.86 -
YUV 122.16 200.71 67.97 -
System Red Green Blue C M Y K H S L
Decimal 38 140 251 0.85 0.44 0 0.02 211.27 0.96 0.57
Hex 26 8C FB 55 2C 0 2 D3 60 39
Octal 46 214 373 125 54 0 2 323 140 71
Binary 100110 10001100 11111011 1010101 101100 0 10 11010011 1100000 111001

Color Harmonies of #268CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268CFB

Black with #268CFB

Text Example


Text Example

White with #268CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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