Html Css Color HEX #268FFD Dodger Blue

📋 copy color: '#268FFD'

red 38 ◦ green 143 ◦ blue 253

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

Shades of Dodger Blue #268FFD

Tints of Dodger Blue #268FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.95%

 BLUE value IS 253 (99.22% from 255) = 58.29%

R = 8.76%
G = 32.95%
B = 58.29%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#268FFD (or 0x268FFD) is known color: Dodger Blue. HEX triplet: 26, 8F and FD. RGB value is (38,143,253). Sum of RGB (Red+Green+Blue) = 38+143+253=434 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.76% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #268FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #268FFD is #D97002. Grayscale: #7B7B7B. Windows color (decimal): -14249987 or 16617254. OLE color: 16617254.

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

Color convert

RGB 38 143 253 -
CMYK 0.85 0.43 0 0.01
HSL 210.7º 0.98% 0.57% -
HSV(B) 210.7º 0.85% 0.99% -
XYZ 28.35 27.15 96.67 -
YUV 124.15 200.71 66.56 -
System Red Green Blue C M Y K H S L
Decimal 38 143 253 0.85 0.43 0 0.01 210.7 0.98 0.57
Hex 26 8F FD 55 2B 0 1 D3 62 39
Octal 46 217 375 125 53 0 1 323 142 71
Binary 100110 10001111 11111101 1010101 101011 0 1 11010011 1100010 111001

Color Harmonies of #268FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268FFD

Black with #268FFD

Text Example


Text Example

White with #268FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,143,253); }

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

background-color css

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

 a { background-color: rgb(38,143,253); }

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

border-color css

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

 span { border-color: rgb(38,143,253); }

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