Html Css Color HEX #0279FF Dodger Blue

📋 copy color: '#0279FF'

red 2 ◦ green 121 ◦ blue 255

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

Shades of Dodger Blue #0279FF

Tints of Dodger Blue #0279FF

RGB

 RED value IS 2 (1.17% from 255) = 0.53%

 GREEN value IS 121 (47.66% from 255) = 32.01%

 BLUE value IS 255 (100% from 255) = 67.46%

R = 0.53%
G = 32.01%
B = 67.46%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0279FF (or 0x0279FF) is known color: Dodger Blue. HEX triplet: 02, 79 and FF. RGB value is (2,121,255). Sum of RGB (Red+Green+Blue) = 2+121+255=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #0279FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0279FF is #FD8600. Grayscale: #646464. Windows color (decimal): -16614913 or 16742658. OLE color: 16742658.

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

Color convert

RGB 2 121 255 -
CMYK 0.99 0.53 0 0
HSL 211.78º 1% 0.5% -
HSV(B) 211.78º 0.99% 1% -
XYZ 24.91 20.91 97.33 -
YUV 100.7 215.08 57.6 -
System Red Green Blue C M Y K H S L
Decimal 2 121 255 0.99 0.53 0 0 211.78 1 0.5
Hex 2 79 FF 63 35 0 0 D4 64 32
Octal 2 171 377 143 65 0 0 324 144 62
Binary 10 1111001 11111111 1100011 110101 0 0 11010100 1100100 110010

Color Harmonies of #0279FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0279FF

Black with #0279FF

Text Example


Text Example

White with #0279FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0279FF; }

 p { color: rgb(2,121,255); }

 H1.HeaderClassName
 {
   color: #0279FF;
 }
 .AnyTagClassName
 {
   color: #0279FF;
 }
</style>

background-color css

<style>
 a { background-color: #0279FF; }

 a { background-color: rgb(2,121,255); }

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

border-color css

<style>
 span { border-color: #0279FF; }

 span { border-color: rgb(2,121,255); }

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