Html Css Color HEX #2F76FD Dodger Blue

📋 copy color: '#2F76FD'

red 47 ◦ green 118 ◦ blue 253

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

Shades of Dodger Blue #2F76FD

Tints of Dodger Blue #2F76FD

RGB

 RED value IS 47 (18.75% from 255) = 11.24%

 GREEN value IS 118 (46.48% from 255) = 28.23%

 BLUE value IS 253 (99.22% from 255) = 60.53%

R = 11.24%
G = 28.23%
B = 60.53%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F76FD (or 0x2F76FD) is known color: Dodger Blue. HEX triplet: 2F, 76 and FD. RGB value is (47,118,253). Sum of RGB (Red+Green+Blue) = 47+118+253=418 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.24% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F76FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F76FD is #D08902. Grayscale: #6F6F6F. Windows color (decimal): -13666563 or 16610863. OLE color: 16610863.

HSL color Cylindrical-coordinate representation of color #2F76FD: hue angle of 219.32º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F76FD is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 118 253 -
CMYK 0.81 0.53 0 0.01
HSL 219.32º 0.98% 0.59% -
HSV(B) 219.32º 0.81% 0.99% -
XYZ 25.38 20.65 95.58 -
YUV 112.16 207.48 81.52 -
System Red Green Blue C M Y K H S L
Decimal 47 118 253 0.81 0.53 0 0.01 219.32 0.98 0.59
Hex 2F 76 FD 51 35 0 1 DB 62 3B
Octal 57 166 375 121 65 0 1 333 142 73
Binary 101111 1110110 11111101 1010001 110101 0 1 11011011 1100010 111011

Color Harmonies of #2F76FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F76FD

Black with #2F76FD

Text Example


Text Example

White with #2F76FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,118,253); }

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

background-color css

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

 a { background-color: rgb(47,118,253); }

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

border-color css

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

 span { border-color: rgb(47,118,253); }

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