Html Css Color HEX #1965FB Dodger Blue

📋 copy color: '#1965FB'

red 25 ◦ green 101 ◦ blue 251

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

Shades of Dodger Blue #1965FB

Tints of Dodger Blue #1965FB

RGB

 RED value IS 25 (10.16% from 255) = 6.63%

 GREEN value IS 101 (39.84% from 255) = 26.79%

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

R = 6.63%
G = 26.79%
B = 66.58%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1965FB (or 0x1965FB) is known color: Dodger Blue. HEX triplet: 19, 65 and FB. RGB value is (25,101,251). Sum of RGB (Red+Green+Blue) = 25+101+251=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #1965FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1965FB is #E69A04. Grayscale: #5E5E5E. Windows color (decimal): -15112709 or 16475417. OLE color: 16475417.

HSL color Cylindrical-coordinate representation of color #1965FB: hue angle of 219.82º degrees, saturation: 0.97, 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 #1965FB is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 101 251 -
CMYK 0.90 0.60 0 0.02
HSL 219.82º 0.97% 0.54% -
HSV(B) 219.82º 0.9% 0.98% -
XYZ 22.47 16.48 93.26 -
YUV 95.38 215.82 77.8 -
System Red Green Blue C M Y K H S L
Decimal 25 101 251 0.90 0.60 0 0.02 219.82 0.97 0.54
Hex 19 65 FB 5A 3C 0 2 DC 61 36
Octal 31 145 373 132 74 0 2 334 141 66
Binary 11001 1100101 11111011 1011010 111100 0 10 11011100 1100001 110110

Color Harmonies of #1965FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1965FB

Black with #1965FB

Text Example


Text Example

White with #1965FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,101,251); }

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

background-color css

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

 a { background-color: rgb(25,101,251); }

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

border-color css

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

 span { border-color: rgb(25,101,251); }

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