Html Css Color HEX #2385F1 Dodger Blue

📋 copy color: '#2385F1'

red 35 ◦ green 133 ◦ blue 241

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

Shades of Dodger Blue #2385F1

Tints of Dodger Blue #2385F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.92%

R = 8.56%
G = 32.52%
B = 58.92%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2385F1 (or 0x2385F1) is known color: Dodger Blue. HEX triplet: 23, 85 and F1. RGB value is (35,133,241). Sum of RGB (Red+Green+Blue) = 35+133+241=409 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.56% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #2385F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2385F1 is #DC7A0E. Grayscale: #737373. Windows color (decimal): -14449167 or 15828259. OLE color: 15828259.

HSL color Cylindrical-coordinate representation of color #2385F1: hue angle of 211.46º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2385F1 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 133 241 -
CMYK 0.85 0.45 0 0.05
HSL 211.46º 0.88% 0.54% -
HSV(B) 211.46º 0.85% 0.95% -
XYZ 24.96 23.48 86.44 -
YUV 116.01 198.53 70.22 -
System Red Green Blue C M Y K H S L
Decimal 35 133 241 0.85 0.45 0 0.05 211.46 0.88 0.54
Hex 23 85 F1 55 2D 0 5 D3 58 36
Octal 43 205 361 125 55 0 5 323 130 66
Binary 100011 10000101 11110001 1010101 101101 0 101 11010011 1011000 110110

Color Harmonies of #2385F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2385F1

Black with #2385F1

Text Example


Text Example

White with #2385F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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