Html Css Color HEX #027AFF Dodger Blue

📋 copy color: '#027AFF'

red 2 ◦ green 122 ◦ blue 255

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

Shades of Dodger Blue #027AFF

Tints of Dodger Blue #027AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

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

R = 0.53%
G = 32.19%
B = 67.28%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#027AFF (or 0x027AFF) is known color: Dodger Blue. HEX triplet: 02, 7A and FF. RGB value is (2,122,255). Sum of RGB (Red+Green+Blue) = 2+122+255=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #027AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027AFF is #FD8500. Grayscale: #646464. Windows color (decimal): -16614657 or 16742914. OLE color: 16742914.

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

Color convert

RGB 2 122 255 -
CMYK 0.99 0.52 0 0
HSL 211.54º 1% 0.5% -
HSV(B) 211.54º 0.99% 1% -
XYZ 25.03 21.15 97.37 -
YUV 101.28 214.74 57.19 -
System Red Green Blue C M Y K H S L
Decimal 2 122 255 0.99 0.52 0 0 211.54 1 0.5
Hex 2 7A FF 63 34 0 0 D4 64 32
Octal 2 172 377 143 64 0 0 324 144 62
Binary 10 1111010 11111111 1100011 110100 0 0 11010100 1100100 110010

Color Harmonies of #027AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027AFF

Black with #027AFF

Text Example


Text Example

White with #027AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027AFF; }

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

 H1.HeaderClassName
 {
   color: #027AFF;
 }
 .AnyTagClassName
 {
   color: #027AFF;
 }
</style>

background-color css

<style>
 a { background-color: #027AFF; }

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

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

border-color css

<style>
 span { border-color: #027AFF; }

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

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