Html Css Color HEX #1D93FC Dodger Blue

📋 copy color: '#1D93FC'

red 29 ◦ green 147 ◦ blue 252

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

Shades of Dodger Blue #1D93FC

Tints of Dodger Blue #1D93FC

RGB

 RED value IS 29 (11.72% from 255) = 6.78%

 GREEN value IS 147 (57.81% from 255) = 34.35%

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

R = 6.78%
G = 34.35%
B = 58.88%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1D93FC (or 0x1D93FC) is known color: Dodger Blue. HEX triplet: 1D, 93 and FC. RGB value is (29,147,252). Sum of RGB (Red+Green+Blue) = 29+147+252=428 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.78% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D93FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D93FC is #E26C03. Grayscale: #7B7B7B. Windows color (decimal): -14838788 or 16552733. OLE color: 16552733.

HSL color Cylindrical-coordinate representation of color #1D93FC: hue angle of 208.25º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D93FC is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 147 252 -
CMYK 0.88 0.42 0 0.01
HSL 208.25º 0.97% 0.55% -
HSV(B) 208.25º 0.88% 0.99% -
XYZ 28.51 28.16 96.03 -
YUV 123.69 200.41 60.46 -
System Red Green Blue C M Y K H S L
Decimal 29 147 252 0.88 0.42 0 0.01 208.25 0.97 0.55
Hex 1D 93 FC 58 2A 0 1 D0 61 37
Octal 35 223 374 130 52 0 1 320 141 67
Binary 11101 10010011 11111100 1011000 101010 0 1 11010000 1100001 110111

Color Harmonies of #1D93FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D93FC

Black with #1D93FC

Text Example


Text Example

White with #1D93FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D93FC; }

 p { color: rgb(29,147,252); }

 H1.HeaderClassName
 {
   color: #1D93FC;
 }
 .AnyTagClassName
 {
   color: #1D93FC;
 }
</style>

background-color css

<style>
 a { background-color: #1D93FC; }

 a { background-color: rgb(29,147,252); }

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

border-color css

<style>
 span { border-color: #1D93FC; }

 span { border-color: rgb(29,147,252); }

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