Html Css Color HEX #0972FB Dodger Blue

📋 copy color: '#0972FB'

red 9 ◦ green 114 ◦ blue 251

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

Shades of Dodger Blue #0972FB

Tints of Dodger Blue #0972FB

RGB

 RED value IS 9 (3.91% from 255) = 2.41%

 GREEN value IS 114 (44.92% from 255) = 30.48%

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

R = 2.41%
G = 30.48%
B = 67.11%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0972FB (or 0x0972FB) is known color: Dodger Blue. HEX triplet: 09, 72 and FB. RGB value is (9,114,251). Sum of RGB (Red+Green+Blue) = 9+114+251=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #0972FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0972FB is #F68D04. Grayscale: #616161. Windows color (decimal): -16157957 or 16478729. OLE color: 16478729.

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

Color convert

RGB 9 114 251 -
CMYK 0.96 0.55 0 0.02
HSL 213.97º 0.97% 0.51% -
HSV(B) 213.97º 0.96% 0.98% -
XYZ 23.54 19.06 93.7 -
YUV 98.22 214.21 64.36 -
System Red Green Blue C M Y K H S L
Decimal 9 114 251 0.96 0.55 0 0.02 213.97 0.97 0.51
Hex 9 72 FB 60 37 0 2 D6 61 33
Octal 11 162 373 140 67 0 2 326 141 63
Binary 1001 1110010 11111011 1100000 110111 0 10 11010110 1100001 110011

Color Harmonies of #0972FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0972FB

Black with #0972FB

Text Example


Text Example

White with #0972FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0972FB; }

 p { color: rgb(9,114,251); }

 H1.HeaderClassName
 {
   color: #0972FB;
 }
 .AnyTagClassName
 {
   color: #0972FB;
 }
</style>

background-color css

<style>
 a { background-color: #0972FB; }

 a { background-color: rgb(9,114,251); }

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

border-color css

<style>
 span { border-color: #0972FB; }

 span { border-color: rgb(9,114,251); }

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