Html Css Color HEX #2F83EA Dodger Blue

📋 copy color: '#2F83EA'

red 47 ◦ green 131 ◦ blue 234

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

Shades of Dodger Blue #2F83EA

Tints of Dodger Blue #2F83EA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.8%

 BLUE value IS 234 (91.8% from 255) = 56.8%

R = 11.41%
G = 31.8%
B = 56.8%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F83EA (or 0x2F83EA) is known color: Dodger Blue. HEX triplet: 2F, 83 and EA. RGB value is (47,131,234). Sum of RGB (Red+Green+Blue) = 47+131+234=412 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.41% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F83EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F83EA is #D07C15. Grayscale: #757575. Windows color (decimal): -13663254 or 15369007. OLE color: 15369007.

HSL color Cylindrical-coordinate representation of color #2F83EA: hue angle of 213.05º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F83EA is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 131 234 -
CMYK 0.80 0.44 0 0.08
HSL 213.05º 0.82% 0.55% -
HSV(B) 213.05º 0.8% 0.92% -
XYZ 24.14 22.78 80.97 -
YUV 117.63 193.67 77.62 -
System Red Green Blue C M Y K H S L
Decimal 47 131 234 0.80 0.44 0 0.08 213.05 0.82 0.55
Hex 2F 83 EA 50 2C 0 8 D5 52 37
Octal 57 203 352 120 54 0 10 325 122 67
Binary 101111 10000011 11101010 1010000 101100 0 1000 11010101 1010010 110111

Color Harmonies of #2F83EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F83EA

Black with #2F83EA

Text Example


Text Example

White with #2F83EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,131,234); }

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

background-color css

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

 a { background-color: rgb(47,131,234); }

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

border-color css

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

 span { border-color: rgb(47,131,234); }

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