Html Css Color HEX #2374FA Dodger Blue

📋 copy color: '#2374FA'

red 35 ◦ green 116 ◦ blue 250

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

Shades of Dodger Blue #2374FA

Tints of Dodger Blue #2374FA

RGB

 RED value IS 35 (14.06% from 255) = 8.73%

 GREEN value IS 116 (45.7% from 255) = 28.93%

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

R = 8.73%
G = 28.93%
B = 62.34%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2374FA (or 0x2374FA) is known color: Dodger Blue. HEX triplet: 23, 74 and FA. RGB value is (35,116,250). Sum of RGB (Red+Green+Blue) = 35+116+250=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #2374FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2374FA is #DC8B05. Grayscale: #6A6A6A. Windows color (decimal): -14453510 or 16413731. OLE color: 16413731.

HSL color Cylindrical-coordinate representation of color #2374FA: hue angle of 217.4º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2374FA is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 116 250 -
CMYK 0.86 0.54 0 0.02
HSL 217.4º 0.96% 0.56% -
HSV(B) 217.4º 0.86% 0.98% -
XYZ 24.19 19.75 92.98 -
YUV 107.06 208.66 76.6 -
System Red Green Blue C M Y K H S L
Decimal 35 116 250 0.86 0.54 0 0.02 217.4 0.96 0.56
Hex 23 74 FA 56 36 0 2 D9 60 38
Octal 43 164 372 126 66 0 2 331 140 70
Binary 100011 1110100 11111010 1010110 110110 0 10 11011001 1100000 111000

Color Harmonies of #2374FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2374FA

Black with #2374FA

Text Example


Text Example

White with #2374FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2374FA; }

 p { color: rgb(35,116,250); }

 H1.HeaderClassName
 {
   color: #2374FA;
 }
 .AnyTagClassName
 {
   color: #2374FA;
 }
</style>

background-color css

<style>
 a { background-color: #2374FA; }

 a { background-color: rgb(35,116,250); }

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

border-color css

<style>
 span { border-color: #2374FA; }

 span { border-color: rgb(35,116,250); }

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