Html Css Color HEX #2C75FB Dodger Blue

📋 copy color: '#2C75FB'

red 44 ◦ green 117 ◦ blue 251

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

Shades of Dodger Blue #2C75FB

Tints of Dodger Blue #2C75FB

RGB

 RED value IS 44 (17.58% from 255) = 10.68%

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

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

R = 10.68%
G = 28.4%
B = 60.92%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2C75FB (or 0x2C75FB) is known color: Dodger Blue. HEX triplet: 2C, 75 and FB. RGB value is (44,117,251). Sum of RGB (Red+Green+Blue) = 44+117+251=412 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.68% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #2C75FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C75FB is #D38A04. Grayscale: #6D6D6D. Windows color (decimal): -13863429 or 16479532. OLE color: 16479532.

HSL color Cylindrical-coordinate representation of color #2C75FB: hue angle of 218.84º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C75FB is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 117 251 -
CMYK 0.82 0.53 0 0.02
HSL 218.84º 0.96% 0.58% -
HSV(B) 218.84º 0.82% 0.98% -
XYZ 24.81 20.22 93.86 -
YUV 110.45 207.32 80.6 -
System Red Green Blue C M Y K H S L
Decimal 44 117 251 0.82 0.53 0 0.02 218.84 0.96 0.58
Hex 2C 75 FB 52 35 0 2 DB 60 3A
Octal 54 165 373 122 65 0 2 333 140 72
Binary 101100 1110101 11111011 1010010 110101 0 10 11011011 1100000 111010

Color Harmonies of #2C75FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C75FB

Black with #2C75FB

Text Example


Text Example

White with #2C75FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C75FB; }

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

 H1.HeaderClassName
 {
   color: #2C75FB;
 }
 .AnyTagClassName
 {
   color: #2C75FB;
 }
</style>

background-color css

<style>
 a { background-color: #2C75FB; }

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

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

border-color css

<style>
 span { border-color: #2C75FB; }

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

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