Html Css Color HEX #2385FD Dodger Blue

📋 copy color: '#2385FD'

red 35 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #2385FD

Tints of Dodger Blue #2385FD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.59%

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

R = 8.31%
G = 31.59%
B = 60.1%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2385FD (or 0x2385FD) is known color: Dodger Blue. HEX triplet: 23, 85 and FD. RGB value is (35,133,253). Sum of RGB (Red+Green+Blue) = 35+133+253=421 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.31% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #2385FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2385FD is #DC7A02. Grayscale: #747474. Windows color (decimal): -14449155 or 16614691. OLE color: 16614691.

HSL color Cylindrical-coordinate representation of color #2385FD: hue angle of 213.03º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2385FD is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 35 133 253 -
CMYK 0.86 0.47 0 0.01
HSL 213.03º 0.98% 0.56% -
HSV(B) 213.03º 0.86% 0.99% -
XYZ 26.81 24.22 96.19 -
YUV 117.38 204.53 69.24 -
System Red Green Blue C M Y K H S L
Decimal 35 133 253 0.86 0.47 0 0.01 213.03 0.98 0.56
Hex 23 85 FD 56 2F 0 1 D5 62 38
Octal 43 205 375 126 57 0 1 325 142 70
Binary 100011 10000101 11111101 1010110 101111 0 1 11010101 1100010 111000

Color Harmonies of #2385FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2385FD

Black with #2385FD

Text Example


Text Example

White with #2385FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2385FD; }

 p { color: rgb(35,133,253); }

 H1.HeaderClassName
 {
   color: #2385FD;
 }
 .AnyTagClassName
 {
   color: #2385FD;
 }
</style>

background-color css

<style>
 a { background-color: #2385FD; }

 a { background-color: rgb(35,133,253); }

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

border-color css

<style>
 span { border-color: #2385FD; }

 span { border-color: rgb(35,133,253); }

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