Html Css Color HEX #027FFA Dodger Blue

📋 copy color: '#027FFA'

red 2 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #027FFA

Tints of Dodger Blue #027FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

 BLUE value IS 250 (98.05% from 255) = 65.96%

R = 0.53%
G = 33.51%
B = 65.96%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#027FFA (or 0x027FFA) is known color: Dodger Blue. HEX triplet: 02, 7F and FA. RGB value is (2,127,250). Sum of RGB (Red+Green+Blue) = 2+127+250=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #027FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027FFA is #FD8005. Grayscale: #676767. Windows color (decimal): -16613382 or 16416514. OLE color: 16416514.

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

Color convert

RGB 2 127 250 -
CMYK 0.99 0.49 0 0.02
HSL 209.76º 0.98% 0.49% -
HSV(B) 209.76º 0.99% 0.98% -
XYZ 24.87 22.09 93.4 -
YUV 103.65 210.59 55.5 -
System Red Green Blue C M Y K H S L
Decimal 2 127 250 0.99 0.49 0 0.02 209.76 0.98 0.49
Hex 2 7F FA 63 31 0 2 D2 62 31
Octal 2 177 372 143 61 0 2 322 142 61
Binary 10 1111111 11111010 1100011 110001 0 10 11010010 1100010 110001

Color Harmonies of #027FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FFA

Black with #027FFA

Text Example


Text Example

White with #027FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,127,250); }

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

background-color css

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

 a { background-color: rgb(2,127,250); }

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

border-color css

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

 span { border-color: rgb(2,127,250); }

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