Html Css Color HEX #027BF0 Dodger Blue

📋 copy color: '#027BF0'

red 2 ◦ green 123 ◦ blue 240

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

Shades of Dodger Blue #027BF0

Tints of Dodger Blue #027BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.75%

R = 0.55%
G = 33.7%
B = 65.75%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#027BF0 (or 0x027BF0) is known color: Dodger Blue. HEX triplet: 02, 7B and F0. RGB value is (2,123,240). Sum of RGB (Red+Green+Blue) = 2+123+240=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #027BF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027BF0 is #FD840F. Grayscale: #636363. Windows color (decimal): -16614416 or 15760130. OLE color: 15760130.

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

Color convert

RGB 2 123 240 -
CMYK 0.99 0.49 0 0.06
HSL 209.5º 0.98% 0.47% -
HSV(B) 209.5º 0.99% 0.94% -
XYZ 22.84 20.47 85.19 -
YUV 100.16 206.91 57.99 -
System Red Green Blue C M Y K H S L
Decimal 2 123 240 0.99 0.49 0 0.06 209.5 0.98 0.47
Hex 2 7B F0 63 31 0 6 D1 62 2F
Octal 2 173 360 143 61 0 6 321 142 57
Binary 10 1111011 11110000 1100011 110001 0 110 11010001 1100010 101111

Color Harmonies of #027BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BF0

Black with #027BF0

Text Example


Text Example

White with #027BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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