Html Css Color HEX #0375FD Dodger Blue

📋 copy color: '#0375FD'

red 3 ◦ green 117 ◦ blue 253

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

Shades of Dodger Blue #0375FD

Tints of Dodger Blue #0375FD

RGB

 RED value IS 3 (1.56% from 255) = 0.8%

 GREEN value IS 117 (46.09% from 255) = 31.37%

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

R = 0.8%
G = 31.37%
B = 67.83%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0375FD (or 0x0375FD) is known color: Dodger Blue. HEX triplet: 03, 75 and FD. RGB value is (3,117,253). Sum of RGB (Red+Green+Blue) = 3+117+253=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #0375FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0375FD is #FC8A02. Grayscale: #616161. Windows color (decimal): -16550403 or 16610563. OLE color: 16610563.

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

Color convert

RGB 3 117 253 -
CMYK 0.99 0.54 0 0.01
HSL 212.64º 0.98% 0.5% -
HSV(B) 212.64º 0.99% 0.99% -
XYZ 24.13 19.83 95.49 -
YUV 98.42 215.23 59.94 -
System Red Green Blue C M Y K H S L
Decimal 3 117 253 0.99 0.54 0 0.01 212.64 0.98 0.5
Hex 3 75 FD 63 36 0 1 D5 62 32
Octal 3 165 375 143 66 0 1 325 142 62
Binary 11 1110101 11111101 1100011 110110 0 1 11010101 1100010 110010

Color Harmonies of #0375FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375FD

Black with #0375FD

Text Example


Text Example

White with #0375FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,117,253); }

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

background-color css

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

 a { background-color: rgb(3,117,253); }

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

border-color css

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

 span { border-color: rgb(3,117,253); }

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