Html Css Color HEX #027CFB Dodger Blue

📋 copy color: '#027CFB'

red 2 ◦ green 124 ◦ blue 251

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

Shades of Dodger Blue #027CFB

Tints of Dodger Blue #027CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

 BLUE value IS 251 (98.44% from 255) = 66.58%

R = 0.53%
G = 32.89%
B = 66.58%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#027CFB (or 0x027CFB) is known color: Dodger Blue. HEX triplet: 02, 7C and FB. RGB value is (2,124,251). Sum of RGB (Red+Green+Blue) = 2+124+251=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #027CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027CFB is #FD8304. Grayscale: #656565. Windows color (decimal): -16614149 or 16481282. OLE color: 16481282.

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

Color convert

RGB 2 124 251 -
CMYK 0.99 0.51 0 0.02
HSL 210.6º 0.98% 0.5% -
HSV(B) 210.6º 0.99% 0.98% -
XYZ 24.65 21.39 94.1 -
YUV 102 212.08 56.67 -
System Red Green Blue C M Y K H S L
Decimal 2 124 251 0.99 0.51 0 0.02 210.6 0.98 0.5
Hex 2 7C FB 63 33 0 2 D3 62 32
Octal 2 174 373 143 63 0 2 323 142 62
Binary 10 1111100 11111011 1100011 110011 0 10 11010011 1100010 110010

Color Harmonies of #027CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CFB

Black with #027CFB

Text Example


Text Example

White with #027CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,124,251); }

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

background-color css

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

 a { background-color: rgb(2,124,251); }

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

border-color css

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

 span { border-color: rgb(2,124,251); }

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