Html Css Color HEX #027AF6 Dodger Blue

📋 copy color: '#027AF6'

red 2 ◦ green 122 ◦ blue 246

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

Shades of Dodger Blue #027AF6

Tints of Dodger Blue #027AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 66.49%

R = 0.54%
G = 32.97%
B = 66.49%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#027AF6 (or 0x027AF6) is known color: Dodger Blue. HEX triplet: 02, 7A and F6. RGB value is (2,122,246). Sum of RGB (Red+Green+Blue) = 2+122+246=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #027AF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027AF6 is #FD8509. Grayscale: #636363. Windows color (decimal): -16614666 or 16153090. OLE color: 16153090.

HSL color Cylindrical-coordinate representation of color #027AF6: hue angle of 210.49º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AF6 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 122 246 -
CMYK 0.99 0.50 0 0.04
HSL 210.49º 0.98% 0.49% -
HSV(B) 210.49º 0.99% 0.96% -
XYZ 23.62 20.59 89.92 -
YUV 100.26 210.24 57.92 -
System Red Green Blue C M Y K H S L
Decimal 2 122 246 0.99 0.50 0 0.04 210.49 0.98 0.49
Hex 2 7A F6 63 32 0 4 D2 62 31
Octal 2 172 366 143 62 0 4 322 142 61
Binary 10 1111010 11110110 1100011 110010 0 100 11010010 1100010 110001

Color Harmonies of #027AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027AF6

Black with #027AF6

Text Example


Text Example

White with #027AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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