Html Css Color HEX #2C83FD Dodger Blue

📋 copy color: '#2C83FD'

red 44 ◦ green 131 ◦ blue 253

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

Shades of Dodger Blue #2C83FD

Tints of Dodger Blue #2C83FD

RGB

 RED value IS 44 (17.58% from 255) = 10.28%

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

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 10.28%
G = 30.61%
B = 59.11%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2C83FD (or 0x2C83FD) is known color: Dodger Blue. HEX triplet: 2C, 83 and FD. RGB value is (44,131,253). Sum of RGB (Red+Green+Blue) = 44+131+253=428 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.28% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #2C83FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C83FD is #D37C02. Grayscale: #767676. Windows color (decimal): -13859843 or 16614188. OLE color: 16614188.

HSL color Cylindrical-coordinate representation of color #2C83FD: hue angle of 215.02º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C83FD is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 44 131 253 -
CMYK 0.83 0.48 0 0.01
HSL 215.02º 0.98% 0.58% -
HSV(B) 215.02º 0.83% 0.99% -
XYZ 26.88 23.86 96.12 -
YUV 118.9 203.68 74.58 -
System Red Green Blue C M Y K H S L
Decimal 44 131 253 0.83 0.48 0 0.01 215.02 0.98 0.58
Hex 2C 83 FD 53 30 0 1 D7 62 3A
Octal 54 203 375 123 60 0 1 327 142 72
Binary 101100 10000011 11111101 1010011 110000 0 1 11010111 1100010 111010

Color Harmonies of #2C83FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C83FD

Black with #2C83FD

Text Example


Text Example

White with #2C83FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,131,253); }

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

background-color css

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

 a { background-color: rgb(44,131,253); }

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

border-color css

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

 span { border-color: rgb(44,131,253); }

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