Html Css Color HEX #027BF8 Dodger Blue

📋 copy color: '#027BF8'

red 2 ◦ green 123 ◦ blue 248

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

Shades of Dodger Blue #027BF8

Tints of Dodger Blue #027BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 66.49%

R = 0.54%
G = 32.98%
B = 66.49%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#027BF8 (or 0x027BF8) is known color: Dodger Blue. HEX triplet: 02, 7B and F8. RGB value is (2,123,248). Sum of RGB (Red+Green+Blue) = 2+123+248=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 248 (97.27% from 255 or 66.49% from 373); Max value from RGB is 248 - color contains mainly: blue. Hex color #027BF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027BF8 is #FD8407. Grayscale: #646464. Windows color (decimal): -16614408 or 16284418. OLE color: 16284418.

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

Color convert

RGB 2 123 248 -
CMYK 0.99 0.50 0 0.03
HSL 210.49º 0.98% 0.49% -
HSV(B) 210.49º 0.99% 0.97% -
XYZ 24.05 20.96 91.58 -
YUV 101.07 210.91 57.34 -
System Red Green Blue C M Y K H S L
Decimal 2 123 248 0.99 0.50 0 0.03 210.49 0.98 0.49
Hex 2 7B F8 63 32 0 3 D2 62 31
Octal 2 173 370 143 62 0 3 322 142 61
Binary 10 1111011 11111000 1100011 110010 0 11 11010010 1100010 110001

Color Harmonies of #027BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BF8

Black with #027BF8

Text Example


Text Example

White with #027BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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