Html Css Color HEX #0C7BFB Dodger Blue

📋 copy color: '#0C7BFB'

red 12 ◦ green 123 ◦ blue 251

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

Shades of Dodger Blue #0C7BFB

Tints of Dodger Blue #0C7BFB

RGB

 RED value IS 12 (5.08% from 255) = 3.11%

 GREEN value IS 123 (48.44% from 255) = 31.87%

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

R = 3.11%
G = 31.87%
B = 65.03%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C7BFB (or 0x0C7BFB) is known color: Dodger Blue. HEX triplet: 0C, 7B and FB. RGB value is (12,123,251). Sum of RGB (Red+Green+Blue) = 12+123+251=386 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.11% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C7BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7BFB is #F38404. Grayscale: #676767. Windows color (decimal): -15959045 or 16481036. OLE color: 16481036.

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

Color convert

RGB 12 123 251 -
CMYK 0.95 0.51 0 0.02
HSL 212.13º 0.97% 0.52% -
HSV(B) 212.13º 0.95% 0.98% -
XYZ 24.65 21.21 94.06 -
YUV 104.4 210.73 62.09 -
System Red Green Blue C M Y K H S L
Decimal 12 123 251 0.95 0.51 0 0.02 212.13 0.97 0.52
Hex C 7B FB 5F 33 0 2 D4 61 34
Octal 14 173 373 137 63 0 2 324 141 64
Binary 1100 1111011 11111011 1011111 110011 0 10 11010100 1100001 110100

Color Harmonies of #0C7BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7BFB

Black with #0C7BFB

Text Example


Text Example

White with #0C7BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C7BFB; }

 p { color: rgb(12,123,251); }

 H1.HeaderClassName
 {
   color: #0C7BFB;
 }
 .AnyTagClassName
 {
   color: #0C7BFB;
 }
</style>

background-color css

<style>
 a { background-color: #0C7BFB; }

 a { background-color: rgb(12,123,251); }

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

border-color css

<style>
 span { border-color: #0C7BFB; }

 span { border-color: rgb(12,123,251); }

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