Html Css Color HEX #2F8FFA Dodger Blue

📋 copy color: '#2F8FFA'

red 47 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #2F8FFA

Tints of Dodger Blue #2F8FFA

RGB

 RED value IS 47 (18.75% from 255) = 10.68%

 GREEN value IS 143 (56.25% from 255) = 32.5%

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

R = 10.68%
G = 32.5%
B = 56.82%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F8FFA (or 0x2F8FFA) is known color: Dodger Blue. HEX triplet: 2F, 8F and FA. RGB value is (47,143,250). Sum of RGB (Red+Green+Blue) = 47+143+250=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F8FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8FFA is #D07005. Grayscale: #7D7D7D. Windows color (decimal): -13660166 or 16420655. OLE color: 16420655.

HSL color Cylindrical-coordinate representation of color #2F8FFA: hue angle of 211.63º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F8FFA is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 143 250 -
CMYK 0.81 0.43 0 0.02
HSL 211.63º 0.95% 0.58% -
HSV(B) 211.63º 0.81% 0.98% -
XYZ 28.25 27.15 94.19 -
YUV 126.49 197.7 71.3 -
System Red Green Blue C M Y K H S L
Decimal 47 143 250 0.81 0.43 0 0.02 211.63 0.95 0.58
Hex 2F 8F FA 51 2B 0 2 D4 5F 3A
Octal 57 217 372 121 53 0 2 324 137 72
Binary 101111 10001111 11111010 1010001 101011 0 10 11010100 1011111 111010

Color Harmonies of #2F8FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8FFA

Black with #2F8FFA

Text Example


Text Example

White with #2F8FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F8FFA; }

 p { color: rgb(47,143,250); }

 H1.HeaderClassName
 {
   color: #2F8FFA;
 }
 .AnyTagClassName
 {
   color: #2F8FFA;
 }
</style>

background-color css

<style>
 a { background-color: #2F8FFA; }

 a { background-color: rgb(47,143,250); }

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

border-color css

<style>
 span { border-color: #2F8FFA; }

 span { border-color: rgb(47,143,250); }

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