Html Css Color HEX #0962FE Dodger Blue

📋 copy color: '#0962FE'

red 9 ◦ green 98 ◦ blue 254

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

Shades of Dodger Blue #0962FE

Tints of Dodger Blue #0962FE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

 BLUE value IS 254 (99.61% from 255) = 70.36%

R = 2.49%
G = 27.15%
B = 70.36%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0962FE (or 0x0962FE) is known color: Dodger Blue. HEX triplet: 09, 62 and FE. RGB value is (9,98,254). Sum of RGB (Red+Green+Blue) = 9+98+254=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #0962FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0962FE is #F69D01. Grayscale: #585858. Windows color (decimal): -16162050 or 16671241. OLE color: 16671241.

HSL color Cylindrical-coordinate representation of color #0962FE: hue angle of 218.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0962FE is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 98 254 -
CMYK 0.96 0.61 0 0.00
HSL 218.2º 0.99% 0.52% -
HSV(B) 218.2º 0.96% 1% -
XYZ 22.37 15.95 95.67 -
YUV 89.17 221.01 70.82 -
System Red Green Blue C M Y K H S L
Decimal 9 98 254 0.96 0.61 0 0.00 218.2 0.99 0.52
Hex 9 62 FE 60 3D 0 0 DA 63 34
Octal 11 142 376 140 75 0 0 332 143 64
Binary 1001 1100010 11111110 1100000 111101 0 0 11011010 1100011 110100

Color Harmonies of #0962FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0962FE

Black with #0962FE

Text Example


Text Example

White with #0962FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0962FE; }

 p { color: rgb(9,98,254); }

 H1.HeaderClassName
 {
   color: #0962FE;
 }
 .AnyTagClassName
 {
   color: #0962FE;
 }
</style>

background-color css

<style>
 a { background-color: #0962FE; }

 a { background-color: rgb(9,98,254); }

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

border-color css

<style>
 span { border-color: #0962FE; }

 span { border-color: rgb(9,98,254); }

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