#0268FE

Color #0268FE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0268FE

Tints of Dodger Blue #0268FE

Color information

#0268FE (or 0x0268FE) is unknown color: approx Dodger Blue. HEX triplet: 02, 68 and FE. RGB value is (2,104,254). Sum of RGB (Red+Green+Blue) = 2+104+254=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #0268FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0268FE is #FD9701. Grayscale: #595959. Windows color (decimal): -16619266 or 16672770. OLE color: 16672770.

HSL color Cylindrical-coordinate representation of color #0268FE: hue angle of 215.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0268FE is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB2104254-
CMYK0.990.5900.00
HSL215.71º99.21%50.2%-
HSV(B)215.71º99.21%99.61%-
XYZ22.8617.0795.86-
YUV90.6220.2164.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 254 (99.61% from 255) = 70.56%
R=0.56%
G=28.89%
B=70.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal21042540.990.5900.00215.7199.2150.2
Hex268FE633B00d86332
Octal2150376143730033014362
Binary10110100011111110110001111101100110110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0268FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0268FE; }

 p { color: rgb(2,104,254); }

 H1.HeaderClassName
 {
   color: #0268FE;
 }
 .AnyTagClassName
 {
   color: #0268FE;
 }
</style>
background-color css

<style>
 a { background-color: #0268FE; }

 a { background-color: rgb(2,104,254); }

 div.DivClassName
 {
   background-color: #0268FE;
 }
 .BgClassName
 {
   background-color: #0268FE;
 }
</style>
border-color css

<style>
 span { border-color: #0268FE; }

 span { border-color: rgb(2,104,254); }

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