Html Css Color HEX #297DFA Dodger Blue

📋 copy color: '#297DFA'

red 41 ◦ green 125 ◦ blue 250

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

Shades of Dodger Blue #297DFA

Tints of Dodger Blue #297DFA

RGB

 RED value IS 41 (16.41% from 255) = 9.86%

 GREEN value IS 125 (49.22% from 255) = 30.05%

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

R = 9.86%
G = 30.05%
B = 60.1%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#297DFA (or 0x297DFA) is known color: Dodger Blue. HEX triplet: 29, 7D and FA. RGB value is (41,125,250). Sum of RGB (Red+Green+Blue) = 41+125+250=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #297DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297DFA is #D68205. Grayscale: #717171. Windows color (decimal): -14057990 or 16416041. OLE color: 16416041.

HSL color Cylindrical-coordinate representation of color #297DFA: hue angle of 215.89º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297DFA is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 125 250 -
CMYK 0.84 0.50 0 0.02
HSL 215.89º 0.95% 0.57% -
HSV(B) 215.89º 0.84% 0.98% -
XYZ 25.5 22.04 93.35 -
YUV 114.13 204.67 75.84 -
System Red Green Blue C M Y K H S L
Decimal 41 125 250 0.84 0.50 0 0.02 215.89 0.95 0.57
Hex 29 7D FA 54 32 0 2 D8 5F 39
Octal 51 175 372 124 62 0 2 330 137 71
Binary 101001 1111101 11111010 1010100 110010 0 10 11011000 1011111 111001

Color Harmonies of #297DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DFA

Black with #297DFA

Text Example


Text Example

White with #297DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297DFA; }

 p { color: rgb(41,125,250); }

 H1.HeaderClassName
 {
   color: #297DFA;
 }
 .AnyTagClassName
 {
   color: #297DFA;
 }
</style>

background-color css

<style>
 a { background-color: #297DFA; }

 a { background-color: rgb(41,125,250); }

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

border-color css

<style>
 span { border-color: #297DFA; }

 span { border-color: rgb(41,125,250); }

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