Html Css Color HEX #1075FB Dodger Blue

📋 copy color: '#1075FB'

red 16 ◦ green 117 ◦ blue 251

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

Shades of Dodger Blue #1075FB

Tints of Dodger Blue #1075FB

RGB

 RED value IS 16 (6.64% from 255) = 4.17%

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

 BLUE value IS 251 (98.44% from 255) = 65.36%

R = 4.17%
G = 30.47%
B = 65.36%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1075FB (or 0x1075FB) is known color: Dodger Blue. HEX triplet: 10, 75 and FB. RGB value is (16,117,251). Sum of RGB (Red+Green+Blue) = 16+117+251=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #1075FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1075FB is #EF8A04. Grayscale: #656565. Windows color (decimal): -15698437 or 16479504. OLE color: 16479504.

HSL color Cylindrical-coordinate representation of color #1075FB: hue angle of 214.21º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1075FB is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 117 251 -
CMYK 0.94 0.53 0 0.02
HSL 214.21º 0.97% 0.52% -
HSV(B) 214.21º 0.94% 0.98% -
XYZ 23.99 19.8 93.82 -
YUV 102.08 212.04 66.6 -
System Red Green Blue C M Y K H S L
Decimal 16 117 251 0.94 0.53 0 0.02 214.21 0.97 0.52
Hex 10 75 FB 5E 35 0 2 D6 61 34
Octal 20 165 373 136 65 0 2 326 141 64
Binary 10000 1110101 11111011 1011110 110101 0 10 11010110 1100001 110100

Color Harmonies of #1075FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1075FB

Black with #1075FB

Text Example


Text Example

White with #1075FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1075FB; }

 p { color: rgb(16,117,251); }

 H1.HeaderClassName
 {
   color: #1075FB;
 }
 .AnyTagClassName
 {
   color: #1075FB;
 }
</style>

background-color css

<style>
 a { background-color: #1075FB; }

 a { background-color: rgb(16,117,251); }

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

border-color css

<style>
 span { border-color: #1075FB; }

 span { border-color: rgb(16,117,251); }

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