Html Css Color HEX #298CFA Dodger Blue

📋 copy color: '#298CFA'

red 41 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #298CFA

Tints of Dodger Blue #298CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.48%

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

R = 9.51%
G = 32.48%
B = 58%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#298CFA (or 0x298CFA) is known color: Dodger Blue. HEX triplet: 29, 8C and FA. RGB value is (41,140,250). Sum of RGB (Red+Green+Blue) = 41+140+250=431 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.51% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #298CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298CFA is #D67305. Grayscale: #7A7A7A. Windows color (decimal): -14054150 or 16419881. OLE color: 16419881.

HSL color Cylindrical-coordinate representation of color #298CFA: hue angle of 211.58º 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 #298CFA is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 140 250 -
CMYK 0.84 0.44 0 0.02
HSL 211.58º 0.95% 0.57% -
HSV(B) 211.58º 0.84% 0.98% -
XYZ 27.55 26.13 94.03 -
YUV 122.94 199.7 69.56 -
System Red Green Blue C M Y K H S L
Decimal 41 140 250 0.84 0.44 0 0.02 211.58 0.95 0.57
Hex 29 8C FA 54 2C 0 2 D4 5F 39
Octal 51 214 372 124 54 0 2 324 137 71
Binary 101001 10001100 11111010 1010100 101100 0 10 11010100 1011111 111001

Color Harmonies of #298CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CFA

Black with #298CFA

Text Example


Text Example

White with #298CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298CFA; }

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

 H1.HeaderClassName
 {
   color: #298CFA;
 }
 .AnyTagClassName
 {
   color: #298CFA;
 }
</style>

background-color css

<style>
 a { background-color: #298CFA; }

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

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

border-color css

<style>
 span { border-color: #298CFA; }

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

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