Html Css Color HEX #1C65FB Dodger Blue

📋 copy color: '#1C65FB'

red 28 ◦ green 101 ◦ blue 251

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

Shades of Dodger Blue #1C65FB

Tints of Dodger Blue #1C65FB

RGB

 RED value IS 28 (11.33% from 255) = 7.37%

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

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

R = 7.37%
G = 26.58%
B = 66.05%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1C65FB (or 0x1C65FB) is known color: Dodger Blue. HEX triplet: 1C, 65 and FB. RGB value is (28,101,251). Sum of RGB (Red+Green+Blue) = 28+101+251=380 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.37% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C65FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C65FB is #E39A04. Grayscale: #5F5F5F. Windows color (decimal): -14916101 or 16475420. OLE color: 16475420.

HSL color Cylindrical-coordinate representation of color #1C65FB: hue angle of 220.36º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C65FB is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 101 251 -
CMYK 0.89 0.60 0 0.02
HSL 220.36º 0.97% 0.55% -
HSV(B) 220.36º 0.89% 0.98% -
XYZ 22.55 16.52 93.27 -
YUV 96.27 215.32 79.3 -
System Red Green Blue C M Y K H S L
Decimal 28 101 251 0.89 0.60 0 0.02 220.36 0.97 0.55
Hex 1C 65 FB 59 3C 0 2 DC 61 37
Octal 34 145 373 131 74 0 2 334 141 67
Binary 11100 1100101 11111011 1011001 111100 0 10 11011100 1100001 110111

Color Harmonies of #1C65FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C65FB

Black with #1C65FB

Text Example


Text Example

White with #1C65FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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