Html Css Color HEX #2385FC Dodger Blue

📋 copy color: '#2385FC'

red 35 ◦ green 133 ◦ blue 252

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

Shades of Dodger Blue #2385FC

Tints of Dodger Blue #2385FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60%

R = 8.33%
G = 31.67%
B = 60%

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

#2385FC (or 0x2385FC) is known color: Dodger Blue. HEX triplet: 23, 85 and FC. RGB value is (35,133,252). Sum of RGB (Red+Green+Blue) = 35+133+252=420 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.33% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #2385FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2385FC is #DC7A03. Grayscale: #747474. Windows color (decimal): -14449156 or 16549155. OLE color: 16549155.

HSL color Cylindrical-coordinate representation of color #2385FC: hue angle of 212.9º degrees, saturation: 0.97, 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 #2385FC is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 35 133 252 -
CMYK 0.86 0.47 0 0.01
HSL 212.9º 0.97% 0.56% -
HSV(B) 212.9º 0.86% 0.99% -
XYZ 26.65 24.16 95.35 -
YUV 117.26 204.03 69.32 -
System Red Green Blue C M Y K H S L
Decimal 35 133 252 0.86 0.47 0 0.01 212.9 0.97 0.56
Hex 23 85 FC 56 2F 0 1 D5 61 38
Octal 43 205 374 126 57 0 1 325 141 70
Binary 100011 10000101 11111100 1010110 101111 0 1 11010101 1100001 111000

Color Harmonies of #2385FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2385FC

Black with #2385FC

Text Example


Text Example

White with #2385FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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