Html Css Color HEX #0275FF Dodger Blue

📋 copy color: '#0275FF'

red 2 ◦ green 117 ◦ blue 255

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

Shades of Dodger Blue #0275FF

Tints of Dodger Blue #0275FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.28%

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

R = 0.53%
G = 31.28%
B = 68.18%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0275FF (or 0x0275FF) is known color: Dodger Blue. HEX triplet: 02, 75 and FF. RGB value is (2,117,255). Sum of RGB (Red+Green+Blue) = 2+117+255=374 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #0275FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0275FF is #FD8A00. Grayscale: #616161. Windows color (decimal): -16615937 or 16741634. OLE color: 16741634.

HSL color Cylindrical-coordinate representation of color #0275FF: hue angle of 212.73º 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 #0275FF is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 117 255 -
CMYK 0.99 0.54 0 0
HSL 212.73º 1% 0.5% -
HSV(B) 212.73º 0.99% 1% -
XYZ 24.44 19.96 97.17 -
YUV 98.35 216.4 59.28 -
System Red Green Blue C M Y K H S L
Decimal 2 117 255 0.99 0.54 0 0 212.73 1 0.5
Hex 2 75 FF 63 36 0 0 D5 64 32
Octal 2 165 377 143 66 0 0 325 144 62
Binary 10 1110101 11111111 1100011 110110 0 0 11010101 1100100 110010

Color Harmonies of #0275FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0275FF

Black with #0275FF

Text Example


Text Example

White with #0275FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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