Html Css Color HEX #027BFF Dodger Blue

📋 copy color: '#027BFF'

red 2 ◦ green 123 ◦ blue 255

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

Shades of Dodger Blue #027BFF

Tints of Dodger Blue #027BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.37%

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

R = 0.53%
G = 32.37%
B = 67.11%

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

#027BFF (or 0x027BFF) is known color: Dodger Blue. HEX triplet: 02, 7B and FF. RGB value is (2,123,255). Sum of RGB (Red+Green+Blue) = 2+123+255=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #027BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027BFF is #FD8400. Grayscale: #656565. Windows color (decimal): -16614401 or 16743170. OLE color: 16743170.

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

Color convert

RGB 2 123 255 -
CMYK 0.99 0.52 0 0
HSL 211.3º 1% 0.5% -
HSV(B) 211.3º 0.99% 1% -
XYZ 25.16 21.4 97.41 -
YUV 101.87 214.41 56.77 -
System Red Green Blue C M Y K H S L
Decimal 2 123 255 0.99 0.52 0 0 211.3 1 0.5
Hex 2 7B FF 63 34 0 0 D3 64 32
Octal 2 173 377 143 64 0 0 323 144 62
Binary 10 1111011 11111111 1100011 110100 0 0 11010011 1100100 110010

Color Harmonies of #027BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BFF

Black with #027BFF

Text Example


Text Example

White with #027BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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