Html Css Color HEX #027AFC Dodger Blue

📋 copy color: '#027AFC'

red 2 ◦ green 122 ◦ blue 252

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

Shades of Dodger Blue #027AFC

Tints of Dodger Blue #027AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.02%

R = 0.53%
G = 32.45%
B = 67.02%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#027AFC (or 0x027AFC) is known color: Dodger Blue. HEX triplet: 02, 7A and FC. RGB value is (2,122,252). Sum of RGB (Red+Green+Blue) = 2+122+252=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #027AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027AFC is #FD8503. Grayscale: #646464. Windows color (decimal): -16614660 or 16546306. OLE color: 16546306.

HSL color Cylindrical-coordinate representation of color #027AFC: hue angle of 211.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AFC is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 122 252 -
CMYK 0.99 0.52 0 0.01
HSL 211.2º 0.98% 0.5% -
HSV(B) 211.2º 0.99% 0.99% -
XYZ 24.56 20.96 94.85 -
YUV 100.94 213.24 57.43 -
System Red Green Blue C M Y K H S L
Decimal 2 122 252 0.99 0.52 0 0.01 211.2 0.98 0.5
Hex 2 7A FC 63 34 0 1 D3 62 32
Octal 2 172 374 143 64 0 1 323 142 62
Binary 10 1111010 11111100 1100011 110100 0 1 11010011 1100010 110010

Color Harmonies of #027AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027AFC

Black with #027AFC

Text Example


Text Example

White with #027AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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