Html Css Color HEX #1A75FA Dodger Blue

📋 copy color: '#1A75FA'

red 26 ◦ green 117 ◦ blue 250

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

Shades of Dodger Blue #1A75FA

Tints of Dodger Blue #1A75FA

RGB

 RED value IS 26 (10.55% from 255) = 6.62%

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

 BLUE value IS 250 (98.05% from 255) = 63.61%

R = 6.62%
G = 29.77%
B = 63.61%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1A75FA (or 0x1A75FA) is known color: Dodger Blue. HEX triplet: 1A, 75 and FA. RGB value is (26,117,250). Sum of RGB (Red+Green+Blue) = 26+117+250=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A75FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A75FA is #E58A05. Grayscale: #686868. Windows color (decimal): -15043078 or 16413978. OLE color: 16413978.

HSL color Cylindrical-coordinate representation of color #1A75FA: hue angle of 215.62º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A75FA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 117 250 -
CMYK 0.90 0.53 0 0.02
HSL 215.63º 0.96% 0.54% -
HSV(B) 215.63º 0.9% 0.98% -
XYZ 24.04 19.84 93.01 -
YUV 104.95 209.85 71.69 -
System Red Green Blue C M Y K H S L
Decimal 26 117 250 0.90 0.53 0 0.02 215.63 0.96 0.54
Hex 1A 75 FA 5A 35 0 2 D8 60 36
Octal 32 165 372 132 65 0 2 330 140 66
Binary 11010 1110101 11111010 1011010 110101 0 10 11011000 1100000 110110

Color Harmonies of #1A75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A75FA

Black with #1A75FA

Text Example


Text Example

White with #1A75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,117,250); }

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

background-color css

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

 a { background-color: rgb(26,117,250); }

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

border-color css

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

 span { border-color: rgb(26,117,250); }

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